try to make register work
darcs-hash:20080517162932-84dde-f087458cd090cc24d032a5d5e45ef1e13eb8be9d.gz
This commit is contained in:
parent
a5b660a468
commit
481dfb47a4
|
@ -22,7 +22,7 @@ if (!defined('LACONICA')) { exit(1); }
|
|||
class RegisterAction extends Action {
|
||||
|
||||
function handle($args) {
|
||||
parent::handle($args);
|
||||
parent::handle($this, $args);
|
||||
|
||||
if (common_logged_in()) {
|
||||
common_user_error(_t('Already logged in.'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user