Double-quotes rewritten to single-quotes
[mailer.git] / application / mxchange / starter.php
index c5ed583d91406510aaf251789686e8c69ab7cd67..4586718874d83dc0ae9d25e3a7fa58678429500f 100644 (file)
@@ -24,7 +24,7 @@
 
 // Is there an application helper instance? We need the method main() for
 // maining the application
 
 // 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))) {
 
 // Some sanity checks
 if ((empty($app)) || (is_null($app))) {