summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/register.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/register.php b/actions/register.php
index ac14879e2..c479816ef 100644
--- a/actions/register.php
+++ b/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.'));