only count filemtime, not filectime

This commit is contained in:
mappu 2015-04-05 16:29:28 +12:00
parent 8efff11ac2
commit 0303019641
1 changed files with 2 additions and 2 deletions

View File

@ -190,8 +190,8 @@ class CProject {
$this->lastupdate = max(
$this->lastupdate,
filemtime($this->dir.$file),
filectime($this->dir.$file)
// filectime($this->dir.$file),
filemtime($this->dir.$file)
);
if (is_image($file)) {