1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-21 10:40:58 +02:00

oopsie on closedir

git-svn-id: file:///svn/phpbb/trunk@4393 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-08-12 22:20:44 +00:00
parent 3a90899e3d
commit f8accfd986

View File

@ -135,8 +135,8 @@ class acm
{
unlink($this->cache_dir . $entry);
}
@closedir($dir);
}
@closedir($dir);
}
elseif (isset($this->vars[$var_name]))
{