mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 18:44:37 +02:00
oopsie on closedir
git-svn-id: file:///svn/phpbb/trunk@4393 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -135,8 +135,8 @@ class acm
|
|||||||
{
|
{
|
||||||
unlink($this->cache_dir . $entry);
|
unlink($this->cache_dir . $entry);
|
||||||
}
|
}
|
||||||
@closedir($dir);
|
|
||||||
}
|
}
|
||||||
|
@closedir($dir);
|
||||||
}
|
}
|
||||||
elseif (isset($this->vars[$var_name]))
|
elseif (isset($this->vars[$var_name]))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user