]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/searchaction.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / lib / searchaction.php
index f8acf34f072d69b5ca8f88cbdf4b2b9c96c409f6..5ede78d41425fa9daa32cbe34defced970ebce4a 100644 (file)
@@ -56,9 +56,9 @@ class SearchAction extends Action
         return true;
     }
 
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
         $this->showPage();
     }
 
@@ -137,7 +137,7 @@ class SearchAction extends Action
 
 * [DuckDuckGo](https://duckduckgo.com/?q=site%%3A%%%%site.server%%%%+%s)
 * [Ixquick](https://ixquick.com/do/search?query=site%%3A%%%%site.server%%%%+%s)
-* [Google](https://www.google.com/search?q=site%%3A%%%%site.server%%%%+%s)
+* [Searx](https://searx.laquadrature.net/?q=site%%3A%%%%site.server%%%%+%s)
 * [Yahoo!](https://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)
 "), $qe, $qe, $qe, $qe);
             $message .= "\n";