]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change variable name error
authorEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 13:16:36 +0000 (09:16 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 13:16:36 +0000 (09:16 -0400)
darcs-hash:20080618131636-84dde-ef33dcb94c630fdd8831d904caadb9e669ce6cb3.gz

actions/finishaddopenid.php

index 97afc1471692a3a5ae55c580f35b1d790cc6e1b7..07d174a5cf00992db2f6a10c13fcd188b988a947 100644 (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);