From 389b50ed9e50d9da4f86ed37f57de294221ef45e Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Sun, 17 Aug 2003 20:15:28 +0000 Subject: [PATCH] Minor changes git-svn-id: file:///svn/phpbb/trunk@4413 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/acm_db.php | 2 +- phpBB/includes/acm/acm_file.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/phpBB/includes/acm/acm_db.php b/phpBB/includes/acm/acm_db.php index ca17abe63a..28df2e62be 100644 --- a/phpBB/includes/acm/acm_db.php +++ b/phpBB/includes/acm/acm_db.php @@ -1,6 +1,6 @@ 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)) {