mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 09:49:54 +09:00
#19003779 에러가 발생하지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6146aaa005
commit
b252d0f88d
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ function getMtime($file){
|
|||
function getMaxMtime($list){
|
||||
$mtime = array();
|
||||
foreach($list as $file) $mtime[] = getMtime($file);
|
||||
return max($mtime);
|
||||
return count($mtime)?max($mtime):0;
|
||||
}
|
||||
|
||||
// check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue