Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15451099
D21175.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
720 B
Referenced Files
None
Subscribers
None
D21175.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionCommitController.php b/src/applications/diffusion/controller/DiffusionCommitController.php
--- a/src/applications/diffusion/controller/DiffusionCommitController.php
+++ b/src/applications/diffusion/controller/DiffusionCommitController.php
@@ -459,9 +459,12 @@
$filetree = id(new DifferentialFileTreeEngine())
->setViewer($viewer)
- ->setChangesets($changesets)
->setDisabled(!$show_changesets);
+ if ($show_changesets) {
+ $filetree->setChangesets($changesets);
+ }
+
$description_box = id(new PHUIObjectBoxView())
->setHeaderText(pht('Description'))
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 29, 8:08 PM (6 d, 17 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7342175
Default Alt Text
D21175.diff (720 B)
Attached To
Mode
D21175: Fix a Diffusion issue where commits that do not show changesets would incorrectly try to render changesets
Attached
Detach File
Event Timeline
Log In to Comment