Double-quotes rewritten to single-quotes
[shipsimu.git] / application / ship-simu / starter.php
index 3a3038b7ee85155c8fa1faa5adb5eabdfdb943f9..d73db4b1b0f34564a2c447c08d4fe5dfe36085b9 100644 (file)
@@ -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))) {