X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Finstall%2Fdata.php;h=d3d0b418989c2eba21602c8e98eeb869d4679bcf;hb=8f8b11652eff9bd83ac739ab2616811594630eff;hp=6233c7ed831fcd4b7dfd32e8aee563bdca698fa8;hpb=ca5b747f9ddae328052fd647ddfccf92496bdd18;p=install.git diff --git a/application/install/data.php b/application/install/data.php index 6233c7e..d3d0b41 100644 --- a/application/install/data.php +++ b/application/install/data.php @@ -13,11 +13,11 @@ * isset() is required to prevent a warning and is_object() is highly required * when the application itself is requested in URL (hint: index.php?app=your_app) * - * @author Roland Haeder + * @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 + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,11 +34,11 @@ */ // Get config instance -$cfg = FrameworkConfiguration::getInstance(); +$cfg = FrameworkConfiguration::getSelfInstance(); // Get an instance of the helper $app = call_user_func_array( - array($cfg->readConfig('app_helper_class'), "getInstance"), + array($cfg->getConfigEntry('app_helper_class'), 'getSelfInstance'), array() );