aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Conradi <olaf@conradi.org>2013-10-12 19:27:39 +0200
committerOlaf Conradi <olaf@conradi.org>2013-10-12 19:27:39 +0200
commit095d1bae26ba0e3a1f1cf5291c251b7be571b41d (patch)
treeeffcea93fe7715596cf11fb3bd59f50362617a2d
parentc459228dca89b40189fc50b2cf12f5800ea3c257 (diff)
downloadvolse-hubzilla-095d1bae26ba0e3a1f1cf5291c251b7be571b41d.tar.gz
volse-hubzilla-095d1bae26ba0e3a1f1cf5291c251b7be571b41d.tar.bz2
volse-hubzilla-095d1bae26ba0e3a1f1cf5291c251b7be571b41d.zip
Typo in replaced variable
-rw-r--r--mod/item.php2
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