should be more encapsulated (abstracted)
[core.git] / inc / includes.php
index 29572e19ce1672faf6f7862d172f7fdf360a7ec9..baa8a6362b6fd3a422a3dcd5d61d2387192cb819 100644 (file)
@@ -33,6 +33,7 @@ ClassLoader::getInstance()->loadExtraConfigs();
 require(FrameworkConfiguration::getInstance()->getConfigEntry('base_path') . 'inc/hooks.php');
 
 // Does the user has an application specified?
+// @TODO Find a nicer OOP-ed way for this
 if (!empty($_GET['app'])) {
        // Set the application from string
        $application = (string) $_GET['app'];