Page MenuHomePhabricator

D20471.diff
No OneTemporary

D20471.diff

diff --git a/src/applications/auth/phid/PhabricatorAuthMessagePHIDType.php b/src/applications/auth/phid/PhabricatorAuthMessagePHIDType.php
--- a/src/applications/auth/phid/PhabricatorAuthMessagePHIDType.php
+++ b/src/applications/auth/phid/PhabricatorAuthMessagePHIDType.php
@@ -28,7 +28,11 @@
PhabricatorHandleQuery $query,
array $handles,
array $objects) {
- return;
+
+ foreach ($handles as $phid => $handle) {
+ $message = $objects[$phid];
+ $handle->setURI($message->getURI());
+ }
}
}

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 30, 4:02 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7490649
Default Alt Text
D20471.diff (532 B)

Event Timeline