fix: Lang folder letter case correction

#346
This commit is contained in:
Martin Ambrus
2017-11-13 12:00:34 +01:00
parent a4c05092b2
commit 05d3b676a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ if (!$autoloader_found) {
}
// this is needed for installation, since the lang file would not be included yet
include_once($autoprefix."GameEngine/lang/en.php");
include_once($autoprefix."GameEngine/Lang/en.php");
class Technology {