]> git.mxchange.org Git - core.git/blobdiff - inc/includes.php
Double->single converted, framework will abort if application is not found
[core.git] / inc / includes.php
index 45d08bade71b1c18fc2e919e24fd7fc317193162..107fbed3da41f250d34f71580f9e898c35c06341 100644 (file)
@@ -61,13 +61,9 @@ $application = preg_replace('/([^a-z0-9_-])+/i', '', $application);
 // Set the application name for later usage
 FrameworkConfiguration::getInstance()->setConfigEntry('app_name', $application);
 
 // Set the application name for later usage
 FrameworkConfiguration::getInstance()->setConfigEntry('app_name', $application);
 
-/**
- * Is the devel package included?
- */
-if (is_dir(FrameworkConfiguration::getInstance()->readConfig('base_path') . "devel")) {
-       /**
-        * Load all development includes
-        */
+// Is the devel package included?
+if (is_dir(FrameworkConfiguration::getInstance()->readConfig('base_path') . 'devel')) {
+       // Load all development includes
        ClassLoader::getInstance()->scanClassPath('devel');
 } // END - if
 
        ClassLoader::getInstance()->scanClassPath('devel');
 } // END - if