From 389b50ed9e50d9da4f86ed37f57de294221ef45e Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Sun, 17 Aug 2003 20:15:28 +0000 Subject: Minor changes git-svn-id: file:///svn/phpbb/trunk@4413 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/acm_file.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/includes/acm/acm_file.php') 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)) { -- cgit v1.2.1