mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
Minor changes
git-svn-id: file:///svn/phpbb/trunk@4413 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bf25f0df9a
commit
389b50ed9e
2 changed files with 4 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue