$this->message(_t('This OpenID is already associated with user "') . $other->nickname . _t('"'));
} else {
$cur =& common_current_user();
+ common_debug('cur = ' .print_r($cur, TRUE), __FILE__);
$result = oid_link_user($cur->id, $display, $canonical);
if (!$result) {
- $this->message(_t('Error connecting user'));
+ $this->message(_t('Error connecting user.'));
return;
}
if ($sreg) {
common_element('h2', NULL, _t('OpenID'));
common_element('p', NULL,
- _t('You can remove an OpenID from your account ',
+ _t('You can remove an OpenID from your account '.
'by clicking the button marked "Delete" next to it.'));
$idx = 0;