]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/logout.php
make tag dropoff configurable
[quix0rs-gnu-social.git] / actions / logout.php
index fb61689ee8ccf06aeea7390845c1d8f5e0077322..f00fa0ba7f2f39298e77cdd365099b3d53cb8954 100644 (file)
@@ -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()) {