pointless comment

pull/210/head
David Goodwin 7 years ago
parent a8b02cfc05
commit afd418675c

@ -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() {

Loading…
Cancel
Save