1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +02:00

wrong comment

git-svn-id: file:///svn/phpbb/trunk@8107 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2007-09-23 14:42:23 +00:00
parent 8d2bfa5c10
commit f043e67584

View File

@ -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)