0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

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
This commit is contained in:
Christian Boltz 2014-11-02 21:55:56 +00:00
parent d2490f6153
commit ca76b0fb6e

View File

@ -672,6 +672,10 @@ abstract class PFAHandler {
return $this->struct;
}
public function getMsg() {
return $this->msg;
}
public function getId_field() {
return $this->id_field;
}