diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-08-12 22:20:44 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-08-12 22:20:44 +0000 |
commit | f8accfd986c9778a72b1bf75c5856cc9802d7350 (patch) | |
tree | 0deb9563d67dd1be8df609719553ae35070a22a5 /phpBB/includes/acm | |
parent | 3a90899e3d1eba066acff66761387b63338eacf2 (diff) | |
download | forums-f8accfd986c9778a72b1bf75c5856cc9802d7350.tar forums-f8accfd986c9778a72b1bf75c5856cc9802d7350.tar.gz forums-f8accfd986c9778a72b1bf75c5856cc9802d7350.tar.bz2 forums-f8accfd986c9778a72b1bf75c5856cc9802d7350.tar.xz forums-f8accfd986c9778a72b1bf75c5856cc9802d7350.zip |
oopsie on closedir
git-svn-id: file:///svn/phpbb/trunk@4393 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acm')
-rw-r--r-- | phpBB/includes/acm/acm_file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acm/acm_file.php b/phpBB/includes/acm/acm_file.php index 1248955e01..46c2164f78 100644 --- a/phpBB/includes/acm/acm_file.php +++ b/phpBB/includes/acm/acm_file.php @@ -135,8 +135,8 @@ class acm { unlink($this->cache_dir . $entry); } - @closedir($dir); } + @closedir($dir); } elseif (isset($this->vars[$var_name])) { |