]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/logout.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / actions / logout.php
index 60aec3c83a48d37a21bf435fff4d0da2aa513424..b6d4efbf2303008034ea2c9357a53d71afe6007f 100644 (file)
@@ -47,11 +47,16 @@ class LogoutAction extends ManagedAction
      *
      * @return boolean true
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return false;
     }
 
+    /**
+     * Class handler.
+     *
+     * @return nothing
+     */
     protected function doPreparation()
     {
         if (!common_logged_in()) {