mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-11-04 06:11:37 +01:00 
			
		
		
		
	add zindex to popup init, fix error message for eval.
This commit is contained in:
		@@ -12,8 +12,8 @@ function smarty_function_eval($params, &$this)
 | 
			
		||||
{
 | 
			
		||||
    extract($params);
 | 
			
		||||
 | 
			
		||||
    if (empty($var)) {
 | 
			
		||||
        $this->trigger_error("assign: missing 'var' parameter");
 | 
			
		||||
    if (!isset($var)) {
 | 
			
		||||
        $this->trigger_error("eval: missing 'var' parameter");
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user