Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13964382
D8322.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
597 B
Referenced Files
None
Subscribers
None
D8322.id.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Oct 16 2024, 8:09 PM (4 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6719007
Default Alt Text
D8322.id.diff (597 B)
Attached To
Mode
D8322: Fix an incorrectly spelled call on the registration error pathway
Attached
Detach File
Event Timeline
Log In to Comment