diff --git a/model/MailboxHandler.php b/model/MailboxHandler.php index cb5b898e..b5ee2551 100644 --- a/model/MailboxHandler.php +++ b/model/MailboxHandler.php @@ -272,7 +272,7 @@ class MailboxHandler extends PFAHandler { } protected function setmore(array $values) { - if(array_key_exists('quota', $this->values)) { + if (array_key_exists('quota', $this->values)) { $this->values['quota'] = (int)$this->values['quota']; } }