Typo in replaced variable
This commit is contained in:
parent
c459228dca
commit
095d1bae26
@ -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
|
||||
|
Reference in New Issue
Block a user