mirror of
				https://github.com/mailcow/mailcow-dockerized.git
				synced 2025-11-04 00:02:38 -05:00 
			
		
		
		
	[Web] Fix deletion of domain, fixes #1818
This commit is contained in:
		
							parent
							
								
									2af2f7836d
								
							
						
					
					
						commit
						668a0927ac
					
				@ -3065,7 +3065,6 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
 | 
			
		||||
                'msg' => 'Could not move maildir to garbage collector: ' . $maildir_gc['msg']
 | 
			
		||||
              );
 | 
			
		||||
            }
 | 
			
		||||
            return false;
 | 
			
		||||
            $stmt = $pdo->prepare("DELETE FROM `domain` WHERE `domain` = :domain");
 | 
			
		||||
            $stmt->execute(array(
 | 
			
		||||
              ':domain' => $domain,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user