Fix #2011 #2012 convert lang path before calling pathinfo()

This commit is contained in:
Kijin Sung 2022-11-07 01:45:32 +09:00
parent e03ee87345
commit 72c2b93790
2 changed files with 1 additions and 7 deletions

View file

@ -33,6 +33,7 @@ class HTMLDisplayHandler
public static $replacements = array(
'@\bcommon/xeicon/@' => 'common/css/xeicon/',
'@\beditor/skins/xpresseditor/js/xe_textarea\.(?:min\.)?js@' => 'editor/skins/ckeditor/js/xe_textarea.js',
'@/lang$@' => '/lang/lang.xml',
);
/**