aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-11-29 13:38:59 +0100
committerMario Vavti <mario@mariovavti.com>2016-11-29 13:38:59 +0100
commitf32f7d2308957daaf2e3640866d50f740ee6d809 (patch)
tree8d0cabe384bc3b89cbe442acc64eebb444269a06 /include
parent6a786342f98bcf96b30eaa09a76bd5e2f228522d (diff)
parent3ed6d823677e5bfb5e3345b7ea0992d4585a929e (diff)
downloadvolse-hubzilla-f32f7d2308957daaf2e3640866d50f740ee6d809.tar.gz
volse-hubzilla-f32f7d2308957daaf2e3640866d50f740ee6d809.tar.bz2
volse-hubzilla-f32f7d2308957daaf2e3640866d50f740ee6d809.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'include')
-rwxr-xr-xinclude/dba/dba_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dba/dba_driver.php b/include/dba/dba_driver.php
index 0b5f085af..81a3bd590 100755
--- a/include/dba/dba_driver.php
+++ b/include/dba/dba_driver.php
@@ -98,7 +98,7 @@ class DBA {
abstract class dba_driver {
// legacy behavior
- protected $db;
+ public $db;
protected $pdo = array();
public $debug = 0;