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) {