]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/requesttoken.php
clean up username entered at login
[quix0rs-gnu-social.git] / actions / requesttoken.php
index 0e233ff1794d1ab094a814db94b841e6feaf8109..4a23215323fd767a28f412e106e575807470e637 100644 (file)
@@ -22,6 +22,11 @@ if (!defined('LACONICA')) { exit(1); }
 require_once(INSTALLDIR.'/lib/omb.php');
 
 class RequesttokenAction extends Action {
+       
+       function is_readonly() {
+               return false;
+       }
+       
        function handle($args) {
                parent::handle($args);
                try {