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
Sat, Apr 12, 8:53 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7490649
Default Alt Text
D20471.diff (532 B)

Event Timeline