mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
removed unused $smarty->_error_msg
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user