should be more encapsulated (abstracted)
[core.git] / inc / language.php
index 627baabe4b4daf1e9251e8e3cc68cd70c62da280..38ae358d5dac9ce8d6babb1133578fdf79120f48 100644 (file)
@@ -23,8 +23,8 @@
 
 // Try to instance the language system
 $lang = LanguageSystem::createLanguageSystem(
-       FrameworkConfiguration::getInstance()->readConfig('base_path').
-       FrameworkConfiguration::getInstance()->readConfig('lang_base_path')
+       FrameworkConfiguration::getInstance()->getConfigEntry('base_path').
+       FrameworkConfiguration::getInstance()->getConfigEntry('lang_base_path')
 );
 
 // Is the app variable there and valid?