Merge pull request #32 from Stricted/patch-1

fix variable name
This commit is contained in:
uwetews
2015-05-12 18:40:53 +02:00

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;
}