diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-29 02:57:29 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-29 02:57:29 -0800 |
commit | 793047919d493cd8cd15613f5a0df846113a5e29 (patch) | |
tree | 54819ac6c086b3008b969a9aca74a5e77542f7ec /include/dba/dba_driver.php | |
parent | 4a9317db6e94e6f2d2d1a3074c7429d3e92377b5 (diff) | |
download | volse-hubzilla-793047919d493cd8cd15613f5a0df846113a5e29.tar.gz volse-hubzilla-793047919d493cd8cd15613f5a0df846113a5e29.tar.bz2 volse-hubzilla-793047919d493cd8cd15613f5a0df846113a5e29.zip |
missed this from the earlier checkin
Diffstat (limited to 'include/dba/dba_driver.php')
-rwxr-xr-x | include/dba/dba_driver.php | 2 |
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; |