MailboxHandler:

- storemore(): store maildir in the correct variable to fix running
  mailbox_postedit script
  Fix by bit-jockey @SF,
  https://sourceforge.net/p/postfixadmin/bugs/342/


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1737 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 10 years ago
parent 087dc34b01
commit 5706f146d6

@ -265,7 +265,8 @@ class MailboxHandler extends PFAHandler {
} else {
$oldvalues = $old_mh->result();
$maildir = $oldvalues['maildir'];
$this->values['maildir'] = $oldvalues['maildir'];
if (isset($this->values['quota'])) {
$quota = $this->values['quota'];
} else {

Loading…
Cancel
Save