From f043e675844bfa5593b0ceeacf3774fcad4c633a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 23 Sep 2007 14:42:23 +0000 Subject: [PATCH] wrong comment git-svn-id: file:///svn/phpbb/trunk@8107 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)