Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13962163
D15608.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
841 B
Referenced Files
None
Subscribers
None
D15608.id.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionCommitController.php b/src/applications/diffusion/controller/DiffusionCommitController.php
--- a/src/applications/diffusion/controller/DiffusionCommitController.php
+++ b/src/applications/diffusion/controller/DiffusionCommitController.php
@@ -57,14 +57,13 @@
'Failed to load the commit because the commit has not been '.
'parsed yet.'));
- return $this->buildApplicationPage(
- array(
- $crumbs,
- $error,
- ),
- array(
- 'title' => pht('Commit Still Parsing'),
- ));
+ $title = pht('Commit Still Parsing');
+
+ return $this->newPage()
+ ->setTitle($title)
+ ->setCrumbs($crumbs)
+ ->appendChild($error);
+
}
$audit_requests = $commit->getAudits();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 16 2024, 8:32 AM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6716738
Default Alt Text
D15608.id.diff (841 B)
Attached To
Mode
D15608: Convert missing commit page to newPage
Attached
Detach File
Event Timeline
Log In to Comment