Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13989501
D15608.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.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
Tue, Oct 22, 8:56 PM (4 w, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6716738
Default Alt Text
D15608.diff (841 B)
Attached To
Mode
D15608: Convert missing commit page to newPage
Attached
Detach File
Event Timeline
Log In to Comment