diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-23 21:17:06 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-23 21:17:06 -0400 |
commit | 7d6e1bb47f823eee410126c314981ef042a27bd8 (patch) | |
tree | 2b3dd753bee7f3bbbb4ae4029c1766f80e61013a /actions/requesttoken.php | |
parent | 192a6734722b72fa38e97acfda8bf716eaddd3a8 (diff) |
request token is not readonly
darcs-hash:20080824011706-84dde-bf35373c3bfc631f8285f8630155195c3c5cc304.gz
Diffstat (limited to 'actions/requesttoken.php')
-rw-r--r-- | actions/requesttoken.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/requesttoken.php b/actions/requesttoken.php index 09ce5a642..4a2321532 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) { |