summaryrefslogtreecommitdiff
path: root/public_html/class/mysql.php
diff options
context:
space:
mode:
authorHorus32014-09-19 19:07:37 +0200
committerHorus32014-09-19 19:07:37 +0200
commit2e3b69609088e37f5a716cfc8ad752f5ff0e7a90 (patch)
treea3ab754789f5647e2b5205f9c37d4a26b71c8240 /public_html/class/mysql.php
parent7a5041413611d93ea170080d24dcc39a4d44bd35 (diff)
downloadvfs-2e3b69609088e37f5a716cfc8ad752f5ff0e7a90.tar.gz
class vfsuser
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();