From 9fa78a2cfd4e1a28900aa9b39f9082f6328aedfc Mon Sep 17 00:00:00 2001 From: messju Date: Wed, 7 Apr 2004 18:06:06 +0000 Subject: [PATCH] removed unused $smarty->_error_msg --- libs/Smarty.class.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 8f2651e5..1e9e40ea 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -399,13 +399,6 @@ class Smarty * There should be no need to touch anything below this line. * @access private */ - /** - * error messages. true/false - * - * @var boolean - */ - var $_error_msg = false; - /** * where assigned template vars are kept * @@ -1432,7 +1425,6 @@ class Smarty return true; } else { - $this->trigger_error($smarty_compiler->_error_msg); return false; }