]> git.mxchange.org Git - core.git/blobdiff - inc/language.php
Some rewrites of double-quote to single-quote
[core.git] / inc / language.php
index fe8847a3cb3bbd09633d347d5a3aad2b3689867b..7f63099c00b277fe319d48e24b60515d92479962 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 try {
-       $lang = LanguageSystem::createLanguageSystem(sprintf("%s%s",
-               $cfg->readConfig('base_path'),
+       $lang = LanguageSystem::createLanguageSystem(
+               $cfg->readConfig('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: <span class=\"exception_reason\">%s</span>",
                $e->getMessage()