]> git.mxchange.org Git - install.git/blobdiff - application/install/starter.php
Generic index.php updated from hub project
[install.git] / application / install / starter.php
index f9396c0b7f854fe92a80bc71c6ff1315252edd21..841486a1985fea3125aa902ede8056b6a4f38972 100644 (file)
@@ -24,7 +24,7 @@
 
 // Is there an application helper instance? We need the method main() for
 // maining the application
-$app = call_user_func_array(array(FrameworkConfiguration::getInstance()->readConfig('app_helper_class'), "getInstance"), array());
+$app = call_user_func_array(array(FrameworkConfiguration::getInstance()->readConfig('app_helper_class'), 'getInstance'), array());
 
 // Some sanity checks
 if ((empty($app)) || (is_null($app))) {