Page MenuHomePhabricator
Paste P2052

(An Untitled Masterwork)
ActivePublic

Authored by amckinley on May 18 2017, 9:19 PM.
Tags
None
Referenced Files
F4966068:
May 18 2017, 9:19 PM
Subscribers
None
diff --git a/src/applications/project/controller/PhabricatorProjectEditPictureController.php b/src/applications/project/controller/PhabricatorProjectEditPictureController.php
index 9d0c16efb..21930a718 100644
--- a/src/applications/project/controller/PhabricatorProjectEditPictureController.php
+++ b/src/applications/project/controller/PhabricatorProjectEditPictureController.php
@@ -80,7 +80,8 @@ final class PhabricatorProjectEditPictureController
$xactions[] = id(new PhabricatorProjectTransaction())
->setTransactionType(
PhabricatorProjectImageTransaction::TRANSACTIONTYPE)
- ->setNewValue($new_value);
+ ->setNewValue('PHID-FILE-dglf5fy4o4ref6rx7xxz');
+ // ->setNewValue($new_value);
$editor = id(new PhabricatorProjectTransactionEditor())
->setActor($viewer)