0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

formatting

This commit is contained in:
David Goodwin 2020-06-02 12:59:47 +01:00
parent befc18154f
commit bbf41c7acc

View File

@ -228,7 +228,7 @@ class MailboxHandler extends PFAHandler {
}
// Avoid trying to store '' in an integer field
if($this->values['quota'] === '') {
if ($this->values['quota'] === '') {
$this->values['quota'] = 0;
}