mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
1bf03c101e
1 changed files with 1 additions and 1 deletions
|
|
@ -783,7 +783,7 @@ class TemplateParser_v1
|
|||
{
|
||||
if (preg_match('/^\$[\\\\\w\[\]\'":>-]+$/i', $str))
|
||||
{
|
||||
$str = preg_match('/^\$lang->/', $str) ? $str : "$str ?? ''";
|
||||
$str = preg_match('/^\$(__Context->)?lang->/', $str) ? $str : "$str ?? ''";
|
||||
}
|
||||
|
||||
switch($escape_option)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue