try to make register work

darcs-hash:20080517162932-84dde-f087458cd090cc24d032a5d5e45ef1e13eb8be9d.gz
This commit is contained in:
Evan Prodromou 2008-05-17 12:29:32 -04:00
parent a5b660a468
commit 481dfb47a4
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if (!defined('LACONICA')) { exit(1); }
class RegisterAction extends Action { class RegisterAction extends Action {
function handle($args) { function handle($args) {
parent::handle($args); parent::handle($this, $args);
if (common_logged_in()) { if (common_logged_in()) {
common_user_error(_t('Already logged in.')); common_user_error(_t('Already logged in.'));

View File

@ -29,6 +29,7 @@
- default avatar - default avatar
- default HTML type - default HTML type
- set Content-Type - set Content-Type
- show current values in profile settings
- require valid nicknames - require valid nicknames
- store canonical username for comparison and fetch - store canonical username for comparison and fetch
- use only canonical usernames - use only canonical usernames