]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagger.php
Re enable UpdateProfile test
[friendica.git] / mod / tagger.php
index 4afe6efb67a9115b9c0714bc3f464eaa0e460284..d55e34f78bd1d2dfa1f68ade73b5d6c939d07e00 100644 (file)
@@ -41,7 +41,7 @@ function tagger_content(App $a) {
                return;
        }
 
-       $term = trim($_GET['term']);
+       $term = trim($_GET['term'] ?? '');
        // no commas allowed
        $term = str_replace([',',' ', '<', '>'],['','_', '', ''], $term);