Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P2052
(An Untitled Masterwork)
Active
Public
Actions
Authored by
amckinley
on May 18 2017, 9:19 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F4966068:
May 18 2017, 9:19 PM
2017-05-18 21:19:53 (UTC+0)
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)
Event Timeline
amckinley
created this paste.
May 18 2017, 9:19 PM
2017-05-18 21:19:53 (UTC+0)
Log In to Comment