Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14047495
D15332.id36979.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
627 B
Referenced Files
None
Subscribers
None
D15332.id36979.diff
View Options
diff --git a/src/applications/phame/controller/blog/PhameBlogManageController.php b/src/applications/phame/controller/blog/PhameBlogManageController.php
--- a/src/applications/phame/controller/blog/PhameBlogManageController.php
+++ b/src/applications/phame/controller/blog/PhameBlogManageController.php
@@ -117,7 +117,8 @@
$properties->invokeWillRenderEvent();
- if (strlen($blog->getDescription())) {
+ $description = $blog->getDescription();
+ if (strlen($description)) {
$description = new PHUIRemarkupView($viewer, $description);
$properties->addSectionHeader(
pht('Description'),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 4:05 AM (4 d, 26 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6730595
Default Alt Text
D15332.id36979.diff (627 B)
Attached To
Mode
D15332: Fix description variable on Blog manage page
Attached
Detach File
Event Timeline
Log In to Comment