mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
모바일 홈 화면 아이콘 등록 실패 문제 해결. 이전 코드로 교체하였음.
This commit is contained in:
parent
f26c961226
commit
cd4a3a786a
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ class installAdminController extends install
|
|||
}
|
||||
else if($iconname == 'mobicon.png')
|
||||
{
|
||||
if(!preg_match('/^.*\.png$/i',$type)) {
|
||||
if(!preg_match('/^.*(png).*$/',$type)) {
|
||||
Context::set('msg', '*.png '.Context::getLang('msg_possible_only_file'));
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue