More quotes rewritten
[core.git] / inc / selector.php
index 96ed550565c366e5b7bcb965e8b06162236617f9..33a4fa966e7a05e6d33ef2aeaca489539a3cb902 100644 (file)
@@ -27,7 +27,7 @@ $cfg = FrameworkConfiguration::getInstance();
 
 // Try to load these includes in the given order
 $configAppIncludes = array(
-       sprintf("class_%s", $cfg->readConfig('app_helper_class')), // The ApplicationHelper class
+       'class_' . $cfg->readConfig('app_helper_class'), // The ApplicationHelper class
        'config',               // The application's own configuration
        'data',                 // Application data
        'init',                 // The application initializer