From 9f82dec04b18813c060e5a090a149c1a2c140689 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 30 Mar 2007 10:49:06 +0000 Subject: some changes/bugfixes git-svn-id: file:///svn/phpbb/trunk@7241 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/acm_file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 9700b6ee8d..e18008421e 100644 --- a/phpBB/includes/acm/acm_file.php +++ b/phpBB/includes/acm/acm_file.php @@ -116,7 +116,7 @@ class acm } $expired = true; - include($this->cache_dir . $entry); + @include($this->cache_dir . $entry); if ($expired) { @unlink($this->cache_dir . $entry); -- cgit v1.2.1