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
Fri, Nov 8, 2:26 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6719007
Default Alt Text
D8322.diff (597 B)

Event Timeline