Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15394630
D15332.id36978.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.id36978.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
Sun, Mar 16, 11:58 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7332689
Default Alt Text
D15332.id36978.diff (627 B)
Attached To
Mode
D15332: Fix description variable on Blog manage page
Attached
Detach File
Event Timeline
Log In to Comment