for cashe

This commit is contained in:
Mitan Omar
2019-08-18 15:07:17 +02:00
parent affc464f13
commit 631d517498

View File

@@ -238,7 +238,7 @@ class kleeja_style
if (strpos($matches[0], '{lang') !== false || strpos($matches[0], '{olang') !== false)
{
return '<?=isset(' . $variable . ') ? ' . $variable . ' : \'' . $matches[0] . '\'?>';
return '<?=' . $variable . ' ?? \'' . $matches[0] . '\'?>';
}
return '<?=' . $variable . '?>';