Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
This commit is contained in:
commit
f6c8efdce6
@ -43,7 +43,7 @@ class TwitapiusersAction extends TwitterapiAction
|
||||
if ($email) {
|
||||
$user = User::staticGet('email', $email);
|
||||
} else {
|
||||
$user = $this->get_user($apidata['api_arg']);
|
||||
$user = $this->get_user($apidata['api_arg'], $apidata);
|
||||
}
|
||||
|
||||
if (empty($user)) {
|
||||
|
@ -439,8 +439,6 @@ class Action extends HTMLOutputter // lawsuit
|
||||
$this->menuItem(common_local_url('register'),
|
||||
_('Register'), _('Create an account'), false, 'nav_register');
|
||||
}
|
||||
$this->menuItem(common_local_url('openidlogin'),
|
||||
_('OpenID'), _('Login with OpenID'), false, 'nav_openid');
|
||||
$this->menuItem(common_local_url('login'),
|
||||
_('Login'), _('Login to the site'), false, 'nav_login');
|
||||
}
|
||||
|
@ -313,8 +313,6 @@ class FBConnectPlugin extends Plugin
|
||||
$action->menuItem(common_local_url('register'),
|
||||
_('Register'), _('Create an account'), false, 'nav_register');
|
||||
}
|
||||
$action->menuItem(common_local_url('openidlogin'),
|
||||
_('OpenID'), _('Login with OpenID'), false, 'nav_openid');
|
||||
$action->menuItem(common_local_url('login'),
|
||||
_('Login'), _('Login to the site'), false, 'nav_login');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user