X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fselector%2Fstarter.php;h=7ba35384094554a53b00fe32e6a87e9f4b2cd74e;hb=4f70843ae8428f051d70ccff5bb43fc4c03dda8d;hp=48141e85a9bf59e6a056b952935e2187e7234f65;hpb=5131f810427c0d5f683f326f2becfb7208b245f9;p=shipsimu.git diff --git a/application/selector/starter.php b/application/selector/starter.php index 48141e8..7ba3538 100644 --- a/application/selector/starter.php +++ b/application/selector/starter.php @@ -2,11 +2,11 @@ /** * The application launcher * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu 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 @@ -46,7 +46,7 @@ if ((empty($app)) || (is_null($app))) { )); } -// Call the entry point method +// Call user function call_user_func_array(array($app, FrameworkConfiguration::getSelfInstance()->getConfigEntry('entry_method')), array()); // [EOF]