From afd418675caaaf3d10e1f88d9d80ec980fbc6d8e Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 7 Sep 2018 11:01:50 +0100 Subject: [PATCH] pointless comment --- model/MailboxHandler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/model/MailboxHandler.php b/model/MailboxHandler.php index 57c4ab39..313068f0 100644 --- a/model/MailboxHandler.php +++ b/model/MailboxHandler.php @@ -216,6 +216,7 @@ class MailboxHandler extends PFAHandler { protected function beforestore() { + if (isset($this->values['quota']) && $this->values['quota'] != -1) { $this->values['quota'] = $this->values['quota'] * Config::read('quota_multiplier'); # convert quota from MB to bytes } @@ -250,7 +251,7 @@ class MailboxHandler extends PFAHandler { return false; } - return true; # still here? good! + return true; } protected function storemore() {