]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/data.php
Renamed to match with latest core. Database files ignored, cache files ignored
[shipsimu.git] / application / ship-simu / data.php
index 3396d44b013b9a5abd339a1af5a54e5b991349e0..893b124146678cebcd0c5f65083fe95cac1287d7 100644 (file)
@@ -38,7 +38,7 @@ $cfg = FrameworkConfiguration::getInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->readConfig('app_helper_class'), "getInstance"),
+       array($cfg->readConfig('app_helper_class'), 'getInstance'),
        array()
 );