change variable name error

darcs-hash:20080618131636-84dde-ef33dcb94c630fdd8831d904caadb9e669ce6cb3.gz
This commit is contained in:
Evan Prodromou 2008-06-18 09:16:36 -04:00
parent c3adb121ec
commit 1a112c11b7
1 changed files with 1 additions and 1 deletions

View File

@ -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);