mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +01:00
enable the removal of an already set defaultQuota (remove the corresponding config Value)
This commit is contained in:
parent
5ce9cbd44e
commit
f90e20916d
@ -367,7 +367,7 @@ class emailadmin_ui extends emailadmin_bo
|
||||
if ($etpl->validation_errors()) break; // the user need to fix the error, before we can save the entry
|
||||
//_debug_array($this->data);
|
||||
if ((!empty($this->data['ea_imap_type'])&&
|
||||
$this->data['defaultQuota'] &&
|
||||
($this->data['defaultQuota'] || $this->data['defaultQuota']===0) &&
|
||||
stripos($this->data['imapcapabilities'],'providedefaultquota')!==false))
|
||||
{
|
||||
$classname = $this->data['ea_imap_type'];
|
||||
|
Loading…
Reference in New Issue
Block a user