From 95980342ceb1cbcfb7b28589a2e62819b83e90fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 17 Apr 2011 23:52:41 +0000 Subject: [PATCH 1/1] Added missing field wrapperInstance (thanks to __set() ). --- inc/classes/main/class_BaseFrameworkSystem.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index 73810733..00ccf224 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -153,6 +153,11 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { */ private $realClass = 'BaseFrameworkSystem'; + /** + * An instance of a database wrapper class + */ + private $wrapperInstance = null; + /** * Thousands seperator */ -- 2.30.2