From: Roland Häder Date: Sun, 17 Apr 2011 23:52:41 +0000 (+0000) Subject: Added missing field wrapperInstance (thanks to __set() ). X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=95980342ceb1cbcfb7b28589a2e62819b83e90fb Added missing field wrapperInstance (thanks to __set() ). --- 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 */