Added more header options and renamed the header method in the compiler.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user