]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/searchaction.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / searchaction.php
index f8acf34f072d69b5ca8f88cbdf4b2b9c96c409f6..450b04ba7a825140646f9e2a3a73eec9697761f4 100644 (file)
@@ -51,12 +51,12 @@ class SearchAction extends Action
      *
      * @return boolean true
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }
 
-    function handle($args)
+    function handle(array $args=array())
     {
         parent::handle($args);
         $this->showPage();