diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-17 12:29:32 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-17 12:29:32 -0400 |
commit | 481dfb47a41002cdad11763235ae11fb56399a74 (patch) | |
tree | 6cd7dda724bc65e54430f0f6e766f282eda58213 /actions/register.php | |
parent | a5b660a468ef94f8d96ed5b93774567e5d832136 (diff) |
try to make register work
darcs-hash:20080517162932-84dde-f087458cd090cc24d032a5d5e45ef1e13eb8be9d.gz
Diffstat (limited to 'actions/register.php')
-rw-r--r-- | actions/register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php index 80cc6aa7e..5397078d8 100644 --- a/actions/register.php +++ b/actions/register.php @@ -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.')); |