diff options
author | Olaf Conradi <olaf@conradi.org> | 2013-10-12 19:27:39 +0200 |
---|---|---|
committer | Olaf Conradi <olaf@conradi.org> | 2013-10-12 19:27:39 +0200 |
commit | 095d1bae26ba0e3a1f1cf5291c251b7be571b41d (patch) | |
tree | effcea93fe7715596cf11fb3bd59f50362617a2d /mod | |
parent | c459228dca89b40189fc50b2cf12f5800ea3c257 (diff) | |
download | volse-hubzilla-095d1bae26ba0e3a1f1cf5291c251b7be571b41d.tar.gz volse-hubzilla-095d1bae26ba0e3a1f1cf5291c251b7be571b41d.tar.bz2 volse-hubzilla-095d1bae26ba0e3a1f1cf5291c251b7be571b41d.zip |
Typo in replaced variable
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 |