mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
fix variable name
This commit is contained in:
@@ -133,7 +133,7 @@ class Smarty_Internal_Extension_Config
|
|||||||
// not found, try at parent
|
// not found, try at parent
|
||||||
$_ptr = $_ptr->parent;
|
$_ptr = $_ptr->parent;
|
||||||
}
|
}
|
||||||
if ($smarty->error_unassigned && $error_enable) {
|
if ($obj->error_unassigned && $error_enable) {
|
||||||
// force a notice
|
// force a notice
|
||||||
$x = $$variable;
|
$x = $$variable;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user