From a8f30dc7f6dfb662ed85ad2e7813fee40a6f7aaf Mon Sep 17 00:00:00 2001 From: Stricted Date: Tue, 12 May 2015 15:52:54 +0200 Subject: [PATCH] fix variable name --- libs/sysplugins/smarty_internal_extension_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sysplugins/smarty_internal_extension_config.php b/libs/sysplugins/smarty_internal_extension_config.php index 8cef300d..a30bb22d 100644 --- a/libs/sysplugins/smarty_internal_extension_config.php +++ b/libs/sysplugins/smarty_internal_extension_config.php @@ -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; }