aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 2d8a654dac..34f8071a83 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -196,7 +196,7 @@ $phpbb_hook = new phpbb_hook(array('exit_handler', 'phpbb_user_session_handler',
foreach ($cache->obtain_hooks() as $hook)
{
- include($phpbb_root_path . 'includes/hooks/' . $hook . '.' . $phpEx);
+ @include($phpbb_root_path . 'includes/hooks/' . $hook . '.' . $phpEx);
}
?> \ No newline at end of file