aboutsummaryrefslogtreecommitdiffstats
path: root/include/dba
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-11-29 02:57:29 -0800
committerzotlabs <mike@macgirvin.com>2016-11-29 02:57:29 -0800
commit793047919d493cd8cd15613f5a0df846113a5e29 (patch)
tree54819ac6c086b3008b969a9aca74a5e77542f7ec /include/dba
parent4a9317db6e94e6f2d2d1a3074c7429d3e92377b5 (diff)
downloadvolse-hubzilla-793047919d493cd8cd15613f5a0df846113a5e29.tar.gz
volse-hubzilla-793047919d493cd8cd15613f5a0df846113a5e29.tar.bz2
volse-hubzilla-793047919d493cd8cd15613f5a0df846113a5e29.zip
missed this from the earlier checkin
Diffstat (limited to 'include/dba')
-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;