aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-31 20:24:30 -0700
committerredmatrix <git@macgirvin.com>2016-03-31 20:24:30 -0700
commit44283dbbbb30d434f1153df7e09b62f54b22887d (patch)
tree509b0750614401a1a7c757cb6b160616aeb77bfe /index.php
parent0cda43145629586e6110e83fa2356e1c4ee4811a (diff)
downloadvolse-hubzilla-44283dbbbb30d434f1153df7e09b62f54b22887d.tar.gz
volse-hubzilla-44283dbbbb30d434f1153df7e09b62f54b22887d.tar.bz2
volse-hubzilla-44283dbbbb30d434f1153df7e09b62f54b22887d.zip
change the App constructor
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 c4b47f6a8..a6ed3dbc6 100755
--- a/index.php
+++ b/index.php
@@ -19,7 +19,7 @@ if(file_exists('.htsite.php'))
$a = new miniApp;
-$app = new App;
+App::init();
/*
* Load the configuration file which contains our DB credentials.