Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F68501
D7291.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
726 B
Referenced Files
None
Subscribers
None
D7291.diff
View Options
diff --git a/src/applications/phriction/controller/PhrictionDocumentController.php b/src/applications/phriction/controller/PhrictionDocumentController.php
--- a/src/applications/phriction/controller/PhrictionDocumentController.php
+++ b/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/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/hr/33/4cjk2m4trk6vsch5
Default Alt Text
D7291.diff (726 B)
Attached To
Mode
D7291: Fix empty property list in Phriction
Attached
Detach File
Event Timeline
Log In to Comment