From 7d6e1bb47f823eee410126c314981ef042a27bd8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 23 Aug 2008 21:17:06 -0400 Subject: [PATCH] request token is not readonly darcs-hash:20080824011706-84dde-bf35373c3bfc631f8285f8630155195c3c5cc304.gz --- actions/requesttoken.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {