diff options
author | friendica <info@friendica.com> | 2013-10-12 15:13:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-12 15:13:23 -0700 |
commit | bb9feee370fc9eefc6b6dc79d561c30de4a37ec1 (patch) | |
tree | 4a64fe465edd16d6c4735783f42c2a9907925e0f /mod | |
parent | 55c43f12b5997ded4a07f01bfc6a01526a9441a7 (diff) | |
parent | 7ffe4f6f9183c09c2431ec146c6d8f09f0f36779 (diff) | |
download | volse-hubzilla-bb9feee370fc9eefc6b6dc79d561c30de4a37ec1.tar.gz volse-hubzilla-bb9feee370fc9eefc6b6dc79d561c30de4a37ec1.tar.bz2 volse-hubzilla-bb9feee370fc9eefc6b6dc79d561c30de4a37ec1.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index 59c395b4d..3d4845a47 100644 --- a/mod/item.php +++ b/mod/item.php @@ -880,7 +880,7 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag) { $url = 'http://getzot.com'; $newtag = '#[zrl=' . $url . ']' . $basetag . '[/zrl]'; $body = str_replace($tag,$newtag,$body); - $replace = true; + $replaced = true; } else { //base tag has the tags name only |