change variable name error
darcs-hash:20080618131636-84dde-ef33dcb94c630fdd8831d904caadb9e669ce6cb3.gz
This commit is contained in:
parent
c3adb121ec
commit
1a112c11b7
|
@ -61,7 +61,7 @@ class FinishaddopenidAction extends Action {
|
||||||
$other =& $this->get_user($canonical);
|
$other =& $this->get_user($canonical);
|
||||||
|
|
||||||
if ($other) {
|
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 {
|
} else {
|
||||||
$cur =& common_current_user();
|
$cur =& common_current_user();
|
||||||
$result = oid_link_user($cur->id, $display, $canonical);
|
$result = oid_link_user($cur->id, $display, $canonical);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user