- Fixes another 'xtemplate.inc removes "$xx" from content'. Patch by Ax.
parent
f229a8c04c
commit
eadda128aa
|
@ -171,7 +171,7 @@ function parse ($bname) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$var=trim($var);
|
$var=trim($var);
|
||||||
$copy=preg_replace("/\{".$v."\}/","$var",$copy);
|
$copy=str_replace("\{$v}","$var",$copy);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$var=$this->VARS;
|
$var=$this->VARS;
|
||||||
|
|
Loading…
Reference in New Issue