forked from GNUsocial/gnu-social
parent
7d67eefdf5
commit
1ef206467f
@ -287,7 +287,7 @@ class OpenidsettingsAction extends SettingsAction
|
||||
// TRANS: Form validation error for a non-existing OpenID.
|
||||
throw new ClientException(_m('No such OpenID.'));
|
||||
}
|
||||
if ($this->scoped->getID() !== $oid->user_id) {
|
||||
if ($this->scoped->getID() != $oid->user_id) {
|
||||
// TRANS: Form validation error if OpenID is connected to another user.
|
||||
throw new ClientException(_m('That OpenID does not belong to you.'));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user