aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cache.php')
-rw-r--r--phpBB/includes/cache.php2
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)