only count filemtime, not filectime

This commit is contained in:
mappu 2015-04-05 16:29:28 +12:00
parent 8efff11ac2
commit 0303019641

View File

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