diff options
author | friendica <info@friendica.com> | 2012-03-17 00:08:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-17 00:08:52 -0700 |
commit | 057a142b8cd01cd8ab6212e9d958989c82dfccc3 (patch) | |
tree | fb26adfc9fc61077033fa707fae24ba70ee9876a /mod/item.php | |
parent | 511d8a30a05f76a08582f2d7a9ccd78dbd744c57 (diff) | |
download | volse-hubzilla-057a142b8cd01cd8ab6212e9d958989c82dfccc3.tar.gz volse-hubzilla-057a142b8cd01cd8ab6212e9d958989c82dfccc3.tar.bz2 volse-hubzilla-057a142b8cd01cd8ab6212e9d958989c82dfccc3.zip |
cut/paste error
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); |