]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Search/Index.php
Added parameters
[friendica.git] / src / Module / Search / Index.php
index 73de090a71acb429e32100ff67d66e607e116074..6f0f21f62a83050b0dcd854e38abe608826356df 100644 (file)
@@ -23,7 +23,7 @@ use Friendica\Util\Strings;
 
 class Index extends BaseSearchModule
 {
-       public static function content()
+       public static function content($parameters)
        {
                $search = (!empty($_GET['q']) ? Strings::escapeTags(trim(rawurldecode($_GET['q']))) : '');