aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-25 20:12:36 -0700
committerredmatrix <git@macgirvin.com>2016-04-25 20:12:36 -0700
commitd62f4908146f2bdfb396bff06f74afb62995e4a3 (patch)
treedd60d884bae7ef8ffe2c3621b4e8e2d4a0859cf8 /index.php
parent6bf771651846ba2906c4f03600277ebbe2f3b98a (diff)
downloadvolse-hubzilla-d62f4908146f2bdfb396bff06f74afb62995e4a3.tar.gz
volse-hubzilla-d62f4908146f2bdfb396bff06f74afb62995e4a3.tar.bz2
volse-hubzilla-d62f4908146f2bdfb396bff06f74afb62995e4a3.zip
Setup was horked after this commit and I couldn't easily make it right so reverting - will try again at a future date
Revert "remove global db variable" This reverts commit c3b0c0f32a17649503db67f208cce6f9e0cdc322.
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 33ad424bc..278be154c 100755
--- a/index.php
+++ b/index.php
@@ -47,7 +47,7 @@ date_default_timezone_set(App::$timezone);
require_once('include/dba/dba_driver.php');
if(! App::$install) {
- $db = DBA::dba_factory($db_host, $db_port, $db_user, $db_pass, $db_data, $db_type, App::$install);
+ $db = dba_factory($db_host, $db_port, $db_user, $db_pass, $db_data, $db_type, App::$install);
if(! $db->connected) {
system_unavailable();
}