X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flanguage.php;fp=inc%2Flanguage.php;h=60c9e28ebc9bbc667a4d4796a5bbe57a74737088;hp=552dc45894955c2c4be3bdd27f58e03f0760b070;hb=c42b8268dcbbfb501fc7924fbf57316a83e1d5a7;hpb=26cdd94d19490c1c461a5f20d5f08563bb0251f0 diff --git a/inc/language.php b/inc/language.php index 552dc45894..60c9e28ebc 100644 --- a/inc/language.php +++ b/inc/language.php @@ -23,7 +23,7 @@ try { $lang = LanguageSystem::createLanguageSystem(sprintf("%s%s", PATH, - FrameworkConfiguration::getInstance()->readConfig("lang_base_path") + FrameworkConfiguration::getInstance()->readConfig('lang_base_path') )); } catch (LanguagePathIsEmptyException $e) { ApplicationEntryPoint::app_die(sprintf("[Main:] The language sub-system could not be initialized for the following reason: %s",