Page MenuHomePhabricator

D8322.diff
No OneTemporary

D8322.diff

Index: src/applications/auth/controller/PhabricatorAuthController.php
===================================================================
--- src/applications/auth/controller/PhabricatorAuthController.php
+++ src/applications/auth/controller/PhabricatorAuthController.php
@@ -158,7 +158,7 @@
}
if ($account->getUserPHID()) {
- if ($account->getUserPHID() != $viewer->getUserPHID()) {
+ if ($account->getUserPHID() != $viewer->getPHID()) {
$response = $this->renderError(
pht(
'The account you are attempting to register or link is already '.

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 6, 7:52 PM (2 d, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707393
Default Alt Text
D8322.diff (597 B)

Event Timeline