From 2e3b69609088e37f5a716cfc8ad752f5ff0e7a90 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 19 Sep 2014 19:07:37 +0200 Subject: class vfsuser --- public_html/class/mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public_html/class/mysql.php') 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(); -- cgit v1.2.3