summaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-17 12:37:49 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-17 12:37:49 -0400
commit24ee48e6d58db92a23e24e87b1b53f012e456cfa (patch)
tree9b168a1c6bf37b9753b722bde4a95ccba64b0e38 /actions/register.php
parent481dfb47a41002cdad11763235ae11fb56399a74 (diff)
try to fix arghandling in action
darcs-hash:20080517163749-84dde-a323b2b956a0912c5dc2cb93a83714dad64064a0.gz
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php
index 5397078d8..80cc6aa7e 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($this, $args);
+ parent::handle($args);
if (common_logged_in()) {
common_user_error(_t('Already logged in.'));