mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
#295 이모티콘 목록 추출시 파일이름 순 정렬을 하여 노출하도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3162 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ecebb4192d
commit
c870c7a194
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
if(eregi('\.(jpg|jpeg|gif|png)$',$file)) $output[] = sprintf("%s/%s", $path, str_replace($this->emoticon_path,'',$file));
|
||||
}
|
||||
$oDir->close();
|
||||
if(count($output)) asort($output);
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue