From be84a8b8fcf84c7d3e5344546b6a79e03d7c6690 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Tue, 26 Feb 2013 00:07:34 +0000 Subject: [PATCH] MailboxHandler: - _field_password(): return true if checks are successful (without this, an empty password might have ended up in the database!) git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1438 a1433add-5e2c-0410-b055-b7f2511e0802 --- model/MailboxHandler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/model/MailboxHandler.php b/model/MailboxHandler.php index edda43e1..52175e1e 100644 --- a/model/MailboxHandler.php +++ b/model/MailboxHandler.php @@ -322,6 +322,7 @@ class MailboxHandler extends PFAHandler { $this->infomsg[] = "Password: $val"; # TODO: make translateable } + return true; # still here? good. } /**