aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/hooks/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/hooks/index.php')
-rw-r--r--phpBB/includes/hooks/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/hooks/index.php b/phpBB/includes/hooks/index.php
index 805e0eea1a..821242cbf4 100644
--- a/phpBB/includes/hooks/index.php
+++ b/phpBB/includes/hooks/index.php
@@ -44,7 +44,7 @@ class phpbb_hook
*
* @param array $valid_hooks array containing the hookable functions/methods
*/
- function phpbb_hook($valid_hooks)
+ function __construct($valid_hooks)
{
foreach ($valid_hooks as $_null => $method)
{