Page MenuHomePhabricator

D14140.diff
No OneTemporary

D14140.diff

diff --git a/src/applications/files/controller/PhabricatorFileTransformListController.php b/src/applications/files/controller/PhabricatorFileTransformListController.php
--- a/src/applications/files/controller/PhabricatorFileTransformListController.php
+++ b/src/applications/files/controller/PhabricatorFileTransformListController.php
@@ -116,11 +116,11 @@
$dst_box = id(new PHUIObjectBoxView())
->setHeaderText(pht('File Sources'))
- ->appendChild($dst_table);
+ ->setTable($dst_table);
$src_box = id(new PHUIObjectBoxView())
->setHeaderText(pht('Available Transforms'))
- ->appendChild($src_table);
+ ->setTable($src_table);
return $this->buildApplicationPage(
array(

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 19, 1:45 PM (4 d, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9053206
Default Alt Text
D14140.diff (733 B)

Event Timeline