From ca76b0fb6e70a7001d5362a1109f36c97a689bda Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 2 Nov 2014 21:55:56 +0000 Subject: [PATCH] PFAHandler: - add getMsg() function (needed by list.php) git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1728 a1433add-5e2c-0410-b055-b7f2511e0802 --- model/PFAHandler.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/model/PFAHandler.php b/model/PFAHandler.php index 4b920328..2fd12681 100644 --- a/model/PFAHandler.php +++ b/model/PFAHandler.php @@ -672,6 +672,10 @@ abstract class PFAHandler { return $this->struct; } + public function getMsg() { + return $this->msg; + } + public function getId_field() { return $this->id_field; }