diff options
author | zottel <github@zottel.net> | 2012-03-18 01:02:30 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-03-18 01:02:30 +0100 |
commit | df78c9be0bab909dfa8cf196f7aaa4ea3423be8c (patch) | |
tree | 2dafebccd7de10089eef3dd1356a5760a280b590 /mod/item.php | |
parent | 3bbd82abb3b33f041ec35b85de5bddcd79ed5471 (diff) | |
parent | 26258bca77aa3385dacf36874f7f5603eaef9a6b (diff) | |
download | volse-hubzilla-df78c9be0bab909dfa8cf196f7aaa4ea3423be8c.tar.gz volse-hubzilla-df78c9be0bab909dfa8cf196f7aaa4ea3423be8c.tar.bz2 volse-hubzilla-df78c9be0bab909dfa8cf196f7aaa4ea3423be8c.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'mod/item.php')
-rwxr-xr-x | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index 07b4bfef7..fe570075f 100755 --- a/mod/item.php +++ b/mod/item.php @@ -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); |