More quotes rewritten
[core.git] / inc / includes.php
index 61e8bb971e5f0cce769619492a337cd0e9bcff84..20128dbb0776595cae72ce0fbada5d5bde649aee 100644 (file)
@@ -26,7 +26,7 @@
 $cfg = FrameworkConfiguration::getInstance();
 
 // Include the class loader function
 $cfg = FrameworkConfiguration::getInstance();
 
 // Include the class loader function
-require(sprintf("%sinc/loader/class_ClassLoader.php", $cfg->readConfig('base_path')));
+require($cfg->readConfig('base_path') . 'inc/loader/class_ClassLoader.php');
 
 // Shall we include additional configs where you can configure some things? Then
 // Load matching config
 
 // Shall we include additional configs where you can configure some things? Then
 // Load matching config
@@ -67,7 +67,7 @@ spl_autoload_register('ClassLoader::autoLoad');
 /**
  * Is the devel package included?
  */
 /**
  * Is the devel package included?
  */
-if (is_dir(sprintf("%sdevel", $cfg->readConfig('base_path')))) {
+if (is_dir($cfg->readConfig('base_path') . "devel")) {
        /**
         * Load all development includes
         */
        /**
         * Load all development includes
         */