diff options
author | Olaf Conradi <oohlaf@gmail.com> | 2013-10-12 10:53:33 -0700 |
---|---|---|
committer | Olaf Conradi <oohlaf@gmail.com> | 2013-10-12 10:53:33 -0700 |
commit | ffd88fec9207432a8e702b9d09ce8af4306d4ec3 (patch) | |
tree | effcea93fe7715596cf11fb3bd59f50362617a2d | |
parent | c459228dca89b40189fc50b2cf12f5800ea3c257 (diff) | |
parent | 095d1bae26ba0e3a1f1cf5291c251b7be571b41d (diff) | |
download | volse-hubzilla-ffd88fec9207432a8e702b9d09ce8af4306d4ec3.tar.gz volse-hubzilla-ffd88fec9207432a8e702b9d09ce8af4306d4ec3.tar.bz2 volse-hubzilla-ffd88fec9207432a8e702b9d09ce8af4306d4ec3.zip |
Merge pull request #176 from oohlaf/fixes
Typo in replaced variable for #getzot
-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 |