From ec085b668bad2f2a2f13366463e2713bc9d508de Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 18 Jun 2018 21:34:24 +0100 Subject: [PATCH] missing class property --- model/PFAHandler.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/model/PFAHandler.php b/model/PFAHandler.php index cae29c76..a7ea3fc3 100644 --- a/model/PFAHandler.php +++ b/model/PFAHandler.php @@ -5,6 +5,11 @@ abstract class PFAHandler { * public variables */ + /** + * @var array + */ + public $result = array(); + /** * @var array of error messages - if a method returns false, you'll find the error message(s) here */