Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14030812
D15600.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
631 B
Referenced Files
None
Subscribers
None
D15600.id.diff
View Options
diff --git a/src/applications/phortune/controller/PhortuneProviderActionController.php b/src/applications/phortune/controller/PhortuneProviderActionController.php
--- a/src/applications/phortune/controller/PhortuneProviderActionController.php
+++ b/src/applications/phortune/controller/PhortuneProviderActionController.php
@@ -39,11 +39,12 @@
return $response;
}
- return $this->buildApplicationPage(
- $response,
- array(
- 'title' => pht('Phortune'),
- ));
+ $title = pht('Phortune');
+
+ return $this->newPage()
+ ->setTitle($title)
+ ->appendChild($response);
+
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 10, 6:54 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6764039
Default Alt Text
D15600.id.diff (631 B)
Attached To
Mode
D15600: Update PhortuneProviderAction to newPage
Attached
Detach File
Event Timeline
Log In to Comment