diff options
-rw-r--r-- | actions/register.php | 2 | ||||
-rw-r--r-- | doc/TODO | 1 |
2 files changed, 2 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.')); @@ -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 |