X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=application%2Fmxchange%2Fstarter.php;h=4586718874d83dc0ae9d25e3a7fa58678429500f;hp=c5ed583d91406510aaf251789686e8c69ab7cd67;hb=f8c1e2e77cfb83f4b70e479227b49095d321ad37;hpb=dcdc9e7628be1422435821fc4ca9d7f82bb3ec6e diff --git a/application/mxchange/starter.php b/application/mxchange/starter.php index c5ed583d91..4586718874 100644 --- a/application/mxchange/starter.php +++ b/application/mxchange/starter.php @@ -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))) {