aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index 00dcbb5855..febd630a2b 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -174,7 +174,7 @@ $template->assign_vars(array(
$page_title = $user->lang['INDEX'];
$vars = array('page_title');
-extract($phpbb_dispatcher->trigger_event('core.index', compact($vars)));
+extract($phpbb_dispatcher->trigger_event('core.index_page_title', compact($vars)));
// Output page
page_header($page_title);