WIP Preorder

This commit is contained in:
Frank Schubert
2022-05-10 16:57:51 +02:00
parent 9df4810892
commit 6e29312363
5 changed files with 68 additions and 11 deletions

View File

@@ -268,7 +268,7 @@ function __($string, $prefix = null) {
global $lang;
if(!$lang) {
mfLoghandler::singleton()->debug("Loading language file for __() function");
//mfLoghandler::singleton()->debug("Loading language file for __() function");
include(BASEDIR . "/lang/de.php");
}