Skip to content

Commit

Permalink
모바일 홈 화면 아이콘 등록 실패 문제 해결. 이전 코드로 교체하였음.
Browse files Browse the repository at this point in the history
  • Loading branch information
조성수 authored and 조성수 committed May 17, 2014
1 parent f26c961 commit cd4a3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/install/install.admin.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ private function saveIconTmp($icon, $iconname)
}
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;
}
Expand Down

0 comments on commit cd4a3a7

Please sign in to comment.