Fix missing ()
This commit is contained in:
		
							parent
							
								
									9af9edf09d
								
							
						
					
					
						commit
						49812d9746
					
				@ -290,7 +290,7 @@ class defense extends rcube_plugin {
 | 
			
		||||
            die();
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        if ($this->ban_httpstatus) && ($this->isBanned($this->ipaddr)) {
 | 
			
		||||
        if (($this->ban_httpstatus) && ($this->isBanned($this->ipaddr))) {
 | 
			
		||||
            $this->debug("IP already banned");
 | 
			
		||||
            $this->sendForbiddenHeader();
 | 
			
		||||
        }  
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user