]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
request token is not readonly
authorEvan Prodromou <evan@prodromou.name>
Sun, 24 Aug 2008 01:17:06 +0000 (21:17 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 24 Aug 2008 01:17:06 +0000 (21:17 -0400)
darcs-hash:20080824011706-84dde-bf35373c3bfc631f8285f8630155195c3c5cc304.gz

actions/requesttoken.php

index 09ce5a6425f71671e29b07a7e1d2b80cb806c865..4a23215323fd767a28f412e106e575807470e637 100644 (file)
@@ -24,7 +24,7 @@ require_once(INSTALLDIR.'/lib/omb.php');
 class RequesttokenAction extends Action {
        
        function is_readonly() {
-               return true;
+               return false;
        }
        
        function handle($args) {