Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13977121
D7291.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
711 B
Referenced Files
None
Subscribers
None
D7291.diff
View Options
Index: src/applications/phriction/controller/PhrictionDocumentController.php
===================================================================
--- src/applications/phriction/controller/PhrictionDocumentController.php
+++ src/applications/phriction/controller/PhrictionDocumentController.php
@@ -162,8 +162,11 @@
$header = id(new PHUIHeaderView())
->setHeader($page_title);
- $prop_list = new PHUIPropertyGroupView();
- $prop_list->addPropertyList($properties);
+ $prop_list = null;
+ if ($properties) {
+ $prop_list = new PHUIPropertyGroupView();
+ $prop_list->addPropertyList($properties);
+ }
$page_content = id(new PHUIDocumentView())
->setOffset(true)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 19, 5:12 PM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6733121
Default Alt Text
D7291.diff (711 B)
Attached To
Mode
D7291: Fix empty property list in Phriction
Attached
Detach File
Event Timeline
Log In to Comment