모바일 홈 화면 아이콘 등록 실패 문제 해결. 이전 코드로 교체하였음.

This commit is contained in:
조성수 2014-05-17 21:22:04 +09:00
parent f26c961226
commit cd4a3a786a

View file

@ -346,7 +346,7 @@ class installAdminController extends install
} }
else if($iconname == 'mobicon.png') 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')); Context::set('msg', '*.png '.Context::getLang('msg_possible_only_file'));
return; return;
} }