Added more header options and renamed the header method in the compiler.

This commit is contained in:
2020-12-26 22:28:36 +02:00
parent a28c5cf746
commit d36410281d
16 changed files with 132 additions and 102 deletions

View File

@ -6496,7 +6496,8 @@ class Get
public function setLang($string)
{
// this is there to insure we dont break already added Language strings
if (ComponentbuilderHelper::safeString($string, 'U', '_', false, false) === $string)
if (ComponentbuilderHelper::safeString($string, 'U', '_', false, false)
=== $string)
{
return false;
}