From: Evan Prodromou Date: Sun, 24 Aug 2008 01:17:06 +0000 (-0400) Subject: request token is not readonly X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7d6e1bb47f823eee410126c314981ef042a27bd8;p=quix0rs-gnu-social.git request token is not readonly darcs-hash:20080824011706-84dde-bf35373c3bfc631f8285f8630155195c3c5cc304.gz --- diff --git a/actions/requesttoken.php b/actions/requesttoken.php index 09ce5a6425..4a23215323 100644 --- a/actions/requesttoken.php +++ b/actions/requesttoken.php @@ -24,7 +24,7 @@ require_once(INSTALLDIR.'/lib/omb.php'); class RequesttokenAction extends Action { function is_readonly() { - return true; + return false; } function handle($args) {