diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-23 14:42:23 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-23 14:42:23 +0000 |
commit | f043e675844bfa5593b0ceeacf3774fcad4c633a (patch) | |
tree | 03c8689f6e9db007bb27154bb339546216ac3bc9 /phpBB | |
parent | 8d2bfa5c102a19c076e14dc975a45b972a17f712 (diff) | |
download | forums-f043e675844bfa5593b0ceeacf3774fcad4c633a.tar forums-f043e675844bfa5593b0ceeacf3774fcad4c633a.tar.gz forums-f043e675844bfa5593b0ceeacf3774fcad4c633a.tar.bz2 forums-f043e675844bfa5593b0ceeacf3774fcad4c633a.tar.xz forums-f043e675844bfa5593b0ceeacf3774fcad4c633a.zip |
wrong comment
git-svn-id: file:///svn/phpbb/trunk@8107 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/cache.php b/phpBB/includes/cache.php index 77fc5e30f3..ffccf7ff54 100644 --- a/phpBB/includes/cache.php +++ b/phpBB/includes/cache.php @@ -415,7 +415,7 @@ class cache extends acm { $hook_files = array(); - // Now search in acp and mods folder for permissions_ files. + // Now search for hooks... $dh = @opendir($phpbb_root_path . 'includes/hooks/'); if ($dh) |