#19003779 에러가 발생하지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-10-26 15:13:11 +00:00
parent 6146aaa005
commit b252d0f88d

View file

@ -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