]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove redundant session token field from form (was already being added by base class).
authorZach Copley <zach@status.net>
Thu, 28 Jan 2010 18:34:25 +0000 (18:34 +0000)
committerZach Copley <zach@status.net>
Thu, 28 Jan 2010 18:36:30 +0000 (18:36 +0000)
lib/applicationeditform.php

index 6f03a9beda7538bdb4d4d07db5da792185b7165e..9b7d0586143304586ab3f103262c4e08766b4e63 100644 (file)
@@ -168,8 +168,6 @@ class ApplicationEditForm extends Form
             $this->access_type = '';
         }
 
-        $this->out->hidden('token', common_session_token());
-
         $this->out->elementStart('ul', 'form_data');
 
         $this->out->elementStart('li', array('id' => 'application_icon'));