X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frequesttoken.php;h=4a23215323fd767a28f412e106e575807470e637;hb=adeb19f1f7a82b17cee85ade1ac06fcd48e0d4cb;hp=0e233ff1794d1ab094a814db94b841e6feaf8109;hpb=c501b7b9259b6fc8c34655b870ce79f102ada137;p=quix0rs-gnu-social.git diff --git a/actions/requesttoken.php b/actions/requesttoken.php index 0e233ff179..4a23215323 100644 --- a/actions/requesttoken.php +++ b/actions/requesttoken.php @@ -22,6 +22,11 @@ if (!defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/omb.php'); class RequesttokenAction extends Action { + + function is_readonly() { + return false; + } + function handle($args) { parent::handle($args); try {