mirror of
				https://github.com/mailcow/mailcow-dockerized.git
				synced 2025-11-03 00:07:42 -05:00 
			
		
		
		
	Minor intval fix
This commit is contained in:
		
							parent
							
								
									cbc22a2cf3
								
							
						
					
					
						commit
						047e73e5df
					
				@ -3599,7 +3599,7 @@ function mailbox_edit_mailbox($postarray) {
 | 
			
		||||
		);
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
	$quota_m      = $postarray['quota'];
 | 
			
		||||
	$quota_m      = intval($postarray['quota']);
 | 
			
		||||
	$quota_b      = $quota_m*1048576;
 | 
			
		||||
	$username     = $postarray['username'];
 | 
			
		||||
	$name         = $postarray['name'];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user