diff options
author | redmatrix <git@macgirvin.com> | 2016-05-24 16:36:55 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-24 16:36:55 -0700 |
commit | 84ba6393ad32406a9875044aef2d031c7d0d7a46 (patch) | |
tree | e1d82b53030df491cea67407526aa5f1a1d0a521 /include/network.php | |
parent | 29ba8918093166ac32ef9a727a9b71ba8e01a402 (diff) | |
download | volse-hubzilla-84ba6393ad32406a9875044aef2d031c7d0d7a46.tar.gz volse-hubzilla-84ba6393ad32406a9875044aef2d031c7d0d7a46.tar.bz2 volse-hubzilla-84ba6393ad32406a9875044aef2d031c7d0d7a46.zip |
relocate index and db
Diffstat (limited to 'include/network.php')
-rw-r--r-- | include/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/network.php b/include/network.php index 9fe0fd9cf..35f4d113f 100644 --- a/include/network.php +++ b/include/network.php @@ -2040,7 +2040,7 @@ function get_site_info() { 'admin' => $admin, 'site_name' => (($site_name) ? $site_name : ''), 'platform' => Zotlabs\Lib\System::get_platform_name(), - 'dbdriver' => $db->getdriver(), + 'dbdriver' => DBA::$dba->getdriver(), 'lastpoll' => get_config('system','lastpoll'), 'info' => (($site_info) ? $site_info : ''), 'channels_total' => $channels_total_stat, |