From 095d1bae26ba0e3a1f1cf5291c251b7be571b41d Mon Sep 17 00:00:00 2001 From: Olaf Conradi Date: Sat, 12 Oct 2013 19:27:39 +0200 Subject: Typo in replaced variable --- mod/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3