X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Flogout.php;h=f00fa0ba7f2f39298e77cdd365099b3d53cb8954;hb=37c5e8ca3c2d77fc3e1836fd76d7462e33f1668e;hp=fb61689ee8ccf06aeea7390845c1d8f5e0077322;hpb=87b494f1ebbe7640d194ef322af12fdf378295df;p=quix0rs-gnu-social.git diff --git a/actions/logout.php b/actions/logout.php index fb61689ee8..f00fa0ba7f 100644 --- a/actions/logout.php +++ b/actions/logout.php @@ -22,6 +22,11 @@ if (!defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/openid.php'); class LogoutAction extends Action { + + function is_readonly() { + return true; + } + function handle($args) { parent::handle($args); if (!common_logged_in()) {