Clean up other types of cache file path handling

This commit is contained in:
Kijin Sung 2018-12-18 16:16:30 +09:00
parent 930ebc97b7
commit 0c337f48cd
5 changed files with 20 additions and 24 deletions

View file

@ -113,7 +113,7 @@ class layoutView extends layout
if($layoutSrl == -1)
{
$site_srl = ($oModule) ? $oModule->module_info->site_srl : 0;
$designInfoFile = sprintf(_XE_PATH_ . 'files/site_design/design_%s.php', $site_srl);
$designInfoFile = sprintf(_XE_PATH_ . 'files/site_design/design_%d.php', $site_srl);
include($designInfoFile);
if($skinType == 'M')