diff --git a/actions/register.php b/actions/register.php index 80cc6aa7e271543c5706ea187aff07a90f86babd..5397078d8fe298b65205061574726144a2eb73a2 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 6cda71b94a4182e9471921e59586b297d19c67cb..c02832ca90ab1d1b0f5688180a4f487f5aba80fd 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