X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage.php;h=38ae358d5dac9ce8d6babb1133578fdf79120f48;hb=b7ab7631dd8c6e6c8daf8a3f9f12a757bff883a6;hp=627baabe4b4daf1e9251e8e3cc68cd70c62da280;hpb=0cd57c3885f00ad77fc599e53ed2f2d5e7ac267f;p=core.git diff --git a/inc/language.php b/inc/language.php index 627baabe..38ae358d 100644 --- a/inc/language.php +++ b/inc/language.php @@ -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?