diff --git a/libs/sysplugins/smarty_internal_errorhandler.php b/libs/sysplugins/smarty_internal_errorhandler.php index 15f26501..cb19070d 100644 --- a/libs/sysplugins/smarty_internal_errorhandler.php +++ b/libs/sysplugins/smarty_internal_errorhandler.php @@ -68,7 +68,7 @@ class Smarty_Internal_ErrorHandler { if ($this->allowUndefinedVars && preg_match( - '/^(Attempt to read property "value" on null|Trying to get property \'value\' of non-object)/', + '/^(Attempt to read property "value" on null|Trying to get property (\'value\' )?of non-object)/', $errstr )) { return; // suppresses this error