mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
r7524 모바일 스킨정보 path 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7601 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e5fdaa7b56
commit
677a999062
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@
|
|||
|
||||
foreach($list as $skin_name) {
|
||||
unset($skin_info);
|
||||
$skin_info = $this->loadSkinInfo($path, $skin_name);
|
||||
$skin_info = $this->loadSkinInfo($path, $skin_name, $dir);
|
||||
if(!$skin_info) $skin_info->title = $skin_name;
|
||||
|
||||
$skin_list[$skin_name] = $skin_info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue