X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Finstall%2Fstarter.php;h=841486a1985fea3125aa902ede8056b6a4f38972;hb=381a43b880c0dc68f62bff37742c3f965ec37f4f;hp=b128839499518afe66965769f58138ac40ecb844;hpb=ca5b747f9ddae328052fd647ddfccf92496bdd18;p=install.git diff --git a/application/install/starter.php b/application/install/starter.php index b128839..841486a 100644 --- a/application/install/starter.php +++ b/application/install/starter.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -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))) {