]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/logout.php
isReadOnly() now takes arguments
[quix0rs-gnu-social.git] / actions / logout.php
index b7681be3827ed25fe2546f7b83c8f7ea37fe9499..9f3bfe2470a2253d0e93acd9ca3ec2bf976c5423 100644 (file)
@@ -52,7 +52,7 @@ class LogoutAction extends Action
      *
      * @return boolean true
      */
-    function isReadOnly()
+    function isReadOnly($args)
     {
         return false;
     }