Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14014652
D15580.id37561.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
822 B
Referenced Files
None
Subscribers
None
D15580.id37561.diff
View Options
diff --git a/src/applications/phriction/controller/PhrictionDocumentController.php b/src/applications/phriction/controller/PhrictionDocumentController.php
--- a/src/applications/phriction/controller/PhrictionDocumentController.php
+++ b/src/applications/phriction/controller/PhrictionDocumentController.php
@@ -230,16 +230,14 @@
$core_content,
));
- return $this->buildApplicationPage(
- array(
- $crumbs->render(),
+ return $this->newPage()
+ ->setTitle($page_title)
+ ->setCrumbs($crumbs)
+ ->setPageObjectPHIDs(array($document->getPHID()))
+ ->appendChild(array(
$page_content,
$prop_list,
$children,
- ),
- array(
- 'pageObjects' => array($document->getPHID()),
- 'title' => $page_title,
));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 4, 6:32 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6733779
Default Alt Text
D15580.id37561.diff (822 B)
Attached To
Mode
D15580: Update PhrictionDocument to newPage
Attached
Detach File
Event Timeline
Log In to Comment