Page MenuHomePhabricator

D15332.id.diff
No OneTemporary

D15332.id.diff

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

Mime Type
text/plain
Expires
Fri, Nov 15, 5:36 AM (3 d, 23 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6730595
Default Alt Text
D15332.id.diff (627 B)

Event Timeline