mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
Fix XEVE-18-006
This commit is contained in:
parent
6b209f64da
commit
6a9a884680
7 changed files with 56 additions and 17 deletions
|
|
@ -526,7 +526,7 @@ class editorModel extends editor
|
|||
$lang = Context::getLangType();
|
||||
$cache_path = _XE_PATH_.'files/cache/editor/cache/';
|
||||
FileHandler::makeDir($cache_path);
|
||||
$cache_file = $cache_path.'component_list.' . $lang .'.';
|
||||
$cache_file = $cache_path . 'component_list.' . $lang .'.';
|
||||
if($filter_enabled) $cache_file .= 'filter.';
|
||||
if($site_srl) $cache_file .= $site_srl.'.';
|
||||
$cache_file .= 'php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue