]> git.mxchange.org Git - friendica.git/blobdiff - mod/qsearch.php
The first queries are replaced with the new functions. More to come ...
[friendica.git] / mod / qsearch.php
index 8512bea51e622aaf52ed1dd4d210b4f3815867dc..ba62fce0d7bddc829c884e117f862ef1bb85dcc1 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Friendica\App;
+
 function qsearch_init(App $a) {
 
        if (! local_user()) {
@@ -48,4 +50,3 @@ function qsearch_init(App $a) {
        echo json_encode((object) $results);
        killme();
 }
-