summaryrefslogtreecommitdiff
path: root/public_html/class/mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'public_html/class/mysql.php')
-rw-r--r--public_html/class/mysql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public_html/class/mysql.php b/public_html/class/mysql.php
index d0c6949..0fb46bb 100644
--- a/public_html/class/mysql.php
+++ b/public_html/class/mysql.php
@@ -2,7 +2,7 @@
class vfsdb {
- public $db;
+ protected $db;
public function __construct(){
$this->open();