More style convensions applied, interface updated
[shipsimu.git] / application / ship-simu / init.php
index 3719970fa7ca9c6f5f0c0d46b58d6c75e18fd97e..ffc577c22f0f5a0b546e55d7192c1f7e607738d8 100644 (file)
@@ -35,7 +35,7 @@
 
 // Get an instance of the helper
 $eval = sprintf("\$app = %s::getInstance();",
-       FrameworkConfiguration::getInstance()->readConfig("app_helper_class")
+       FrameworkConfiguration::getInstance()->readConfig('app_helper_class')
 );
 eval($eval);