]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
remove admin view of local directory
[friendica.git] / mod / item.php
index 07b4bfef7665990ade9f16305dfa6b97ddbd6b3d..fe570075f2f6eca655909f6e063bd3e18295236e 100755 (executable)
@@ -857,7 +857,7 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag) {
        if(strpos($tag,'@') === 0) {
                //is it already replaced? 
                if(strpos($tag,'[url='))
-                       continue;
+                       return;
                $stat = false;
                //get the person's name
                $name = substr($tag,1);