missed this from the earlier checkin

This commit is contained in:
zotlabs 2016-11-29 02:57:29 -08:00
parent 4a9317db6e
commit 793047919d

View File

@ -98,7 +98,7 @@ class DBA {
abstract class dba_driver { abstract class dba_driver {
// legacy behavior // legacy behavior
protected $db; public $db;
protected $pdo = array(); protected $pdo = array();
public $debug = 0; public $debug = 0;