From: Evan Prodromou Date: Wed, 18 Jun 2008 13:16:36 +0000 (-0400) Subject: change variable name error X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1a112c11b7a3fe1782b6d73881481dd4d4d32a88;p=quix0rs-gnu-social.git change variable name error darcs-hash:20080618131636-84dde-ef33dcb94c630fdd8831d904caadb9e669ce6cb3.gz --- diff --git a/actions/finishaddopenid.php b/actions/finishaddopenid.php index 97afc14716..07d174a5cf 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);