This commit is contained in:
Jay Trees 2022-03-22 10:41:31 +01:00
parent 5845436eb5
commit ee974c2b61

View file

@ -12,6 +12,10 @@ function __(string $text)
{ {
global $page; global $page;
if (!isset($page->language)) {
return $text;
}
/** /**
* Use file * Use file
*/ */