fixed the bug which got created by fixing a bug

This commit is contained in:
Jesse James Isler 2022-03-28 15:32:13 +02:00
parent 43696d7b3e
commit 7e75f63ffa
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
echo `Sprache gefunden!!!`;
} else {
$language = $defaultlanguage;
$files = glob("roles/'."$language."'/*.php");
$files = glob("roles/'".$language."'/*.php");
echo `Sprache wurde nicht im Dateisystem gefunden...`;
}
#Get all files from the language folder