fix variable name

This commit is contained in:
Stricted
2015-05-12 15:52:54 +02:00
parent 2ff51de3df
commit a8f30dc7f6

View File

@@ -133,7 +133,7 @@ class Smarty_Internal_Extension_Config
// not found, try at parent
$_ptr = $_ptr->parent;
}
if ($smarty->error_unassigned && $error_enable) {
if ($obj->error_unassigned && $error_enable) {
// force a notice
$x = $$variable;
}