mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
some changes/bugfixes
git-svn-id: file:///svn/phpbb/trunk@7241 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user