diff options
-rw-r--r-- | actions/finishaddopenid.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/finishaddopenid.php b/actions/finishaddopenid.php index 97afc1471..07d174a5c 100644 --- a/actions/finishaddopenid.php +++ b/actions/finishaddopenid.php @@ -61,7 +61,7 @@ class FinishaddopenidAction extends Action { $other =& $this->get_user($canonical); if ($other) { - $this->message(_t('This OpenID is already associated with user "') . $user->nickname . _t('"')); + $this->message(_t('This OpenID is already associated with user "') . $other->nickname . _t('"')); } else { $cur =& common_current_user(); $result = oid_link_user($cur->id, $display, $canonical); |