diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-12-23 14:57:22 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-12-23 14:57:22 -0500 |
commit | a53860f6cf754f6b9ed33681de98740fa382a2e9 (patch) | |
tree | 6472c8865044ecb9311fdc03987b135bc5355ae4 /_darcs/pristine/actions | |
parent | aeafd0579a7278dfbb09351d695db7ab1fe6d303 (diff) |
whitespace changes in actions/register.php after global search-and-replace
darcs-hash:20081223195722-84dde-7416c826728867e431511266ce18699d129a60ed.gz
Diffstat (limited to '_darcs/pristine/actions')
-rw-r--r-- | _darcs/pristine/actions/register.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_darcs/pristine/actions/register.php b/_darcs/pristine/actions/register.php index ac14879e2..c479816ef 100644 --- a/_darcs/pristine/actions/register.php +++ b/_darcs/pristine/actions/register.php @@ -21,7 +21,6 @@ if (!defined('LACONICA')) { exit(1); } class RegisterAction extends Action { - function handle($args) { parent::handle($args); @@ -39,7 +38,6 @@ class RegisterAction extends Action function try_register() { - $token = $this->trimmed('token'); if (!$token || $token != common_session_token()) { $this->show_form(_('There was a problem with your session token. Try again, please.')); |