]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/opensearch.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / opensearch.php
index b1529860a87487cd3382211e3fe4e7260a49e0c6..b7ed3212c2caa25aa24fb333ee04a5b253d94a7d 100644 (file)
@@ -53,9 +53,9 @@ class OpensearchAction extends Action
      *
      * @return boolean false if user doesn't exist
      */
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
         $type       = $this->trimmed('type');
         $short_name = '';
         if ($type == 'people') {