diff options
Diffstat (limited to 'app/class/database.class.php')
-rw-r--r-- | app/class/database.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/database.class.php b/app/class/database.class.php index c791088..6c6ecd6 100644 --- a/app/class/database.class.php +++ b/app/class/database.class.php @@ -23,6 +23,7 @@ abstract class Database { private static $instance = NULL; + protected $db; /* * Return the database instance object, creating it if this is the |