mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #2131 missing translations
This commit is contained in:
parent
f6b81231a6
commit
b6e1a4589a
2 changed files with 2 additions and 2 deletions
|
|
@ -1049,7 +1049,7 @@ class TemplateHandler
|
|||
{
|
||||
if (preg_match('/^\$[\\\\\w\[\]\'":>-]+$/i', $str))
|
||||
{
|
||||
$str = "$str ?? ''";
|
||||
$str = preg_match('/^\$lang->/', $str) ? $str : "$str ?? ''";
|
||||
}
|
||||
|
||||
switch($escape_option)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue