aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_file.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acm/acm_file.php')
-rw-r--r--phpBB/includes/acm/acm_file.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/acm/acm_file.php b/phpBB/includes/acm/acm_file.php
index 46c2164f78..e778000a37 100644
--- a/phpBB/includes/acm/acm_file.php
+++ b/phpBB/includes/acm/acm_file.php
@@ -64,6 +64,8 @@ class acm
@flock($fp, LOCK_UN);
fclose($fp);
}
+
+ $this->is_modified = FALSE;
}
function tidy($max_age = 0)
@@ -83,6 +85,7 @@ class acm
unlink($this->cache_dir . $entry);
}
}
+ @closedir($dir);
if (file_exists($this->cache_dir . 'data_global.' . $phpEx))
{