removed unused $smarty->_error_msg

This commit is contained in:
messju
2004-04-07 18:06:06 +00:00
parent 8b5d67cdc0
commit 9fa78a2cfd

View File

@@ -399,13 +399,6 @@ class Smarty
* There should be no need to touch anything below this line. * There should be no need to touch anything below this line.
* @access private * @access private
*/ */
/**
* error messages. true/false
*
* @var boolean
*/
var $_error_msg = false;
/** /**
* where assigned template vars are kept * where assigned template vars are kept
* *
@@ -1432,7 +1425,6 @@ class Smarty
return true; return true;
} else { } else {
$this->trigger_error($smarty_compiler->_error_msg);
return false; return false;
} }