X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftagger.php;h=50099ac69ca4e85627748c6b30736a3d4f4f5b32;hb=a7ce601580b07e9b3e7653cbdb0a9b6bbb5c474e;hp=da5c4700f95a69a5adde0f87fd0f57c24ff3f9b1;hpb=ee39aba490fb7e17ba9c01a9a4f4aedc51bee564;p=friendica.git diff --git a/mod/tagger.php b/mod/tagger.php index da5c4700f9..50099ac69c 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -5,7 +5,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); -function tagger_content(App &$a) { +function tagger_content(App $a) { if(! local_user() && ! remote_user()) { return;