From 481dfb47a41002cdad11763235ae11fb56399a74 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 12:29:32 -0400 Subject: [PATCH] try to make register work darcs-hash:20080517162932-84dde-f087458cd090cc24d032a5d5e45ef1e13eb8be9d.gz --- actions/register.php | 2 +- doc/TODO | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/actions/register.php b/actions/register.php index 80cc6aa7e2..5397078d8f 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.')); diff --git a/doc/TODO b/doc/TODO index 6cda71b94a..c02832ca90 100644 --- a/doc/TODO +++ b/doc/TODO @@ -29,6 +29,7 @@ - default avatar - default HTML type - set Content-Type +- show current values in profile settings - require valid nicknames - store canonical username for comparison and fetch - use only canonical usernames