diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-11-29 13:38:59 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-11-29 13:38:59 +0100 |
commit | f32f7d2308957daaf2e3640866d50f740ee6d809 (patch) | |
tree | 8d0cabe384bc3b89cbe442acc64eebb444269a06 | |
parent | 6a786342f98bcf96b30eaa09a76bd5e2f228522d (diff) | |
parent | 3ed6d823677e5bfb5e3345b7ea0992d4585a929e (diff) | |
download | volse-hubzilla-f32f7d2308957daaf2e3640866d50f740ee6d809.tar.gz volse-hubzilla-f32f7d2308957daaf2e3640866d50f740ee6d809.tar.bz2 volse-hubzilla-f32f7d2308957daaf2e3640866d50f740ee6d809.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
-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; |