X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Flanguage.php;h=38ae358d5dac9ce8d6babb1133578fdf79120f48;hp=b4735458f3f7ee8a2eb337a5a2f37d619fcd9747;hb=5e067e1139ac4c4ec92642b8700b449d756e01ec;hpb=49f84a522f0ccac3b70728cd41011a0be0eed8cf diff --git a/inc/language.php b/inc/language.php index b4735458..38ae358d 100644 --- a/inc/language.php +++ b/inc/language.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify @@ -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?