From 1a112c11b7a3fe1782b6d73881481dd4d4d32a88 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 18 Jun 2008 09:16:36 -0400 Subject: change variable name error darcs-hash:20080618131636-84dde-ef33dcb94c630fdd8831d904caadb9e669ce6cb3.gz --- actions/finishaddopenid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') 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); -- cgit v1.2.3-54-g00ecf