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