Added missing field wrapperInstance (thanks to __set() ).
authorRoland Häder <roland@mxchange.org>
Sun, 17 Apr 2011 23:52:41 +0000 (23:52 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 17 Apr 2011 23:52:41 +0000 (23:52 +0000)
inc/classes/main/class_BaseFrameworkSystem.php

index 7381073394eb646494a00c1563819eaf651bc5fd..00ccf224f3d235af80341c48a5bf2f66552656da 100644 (file)
@@ -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
         */