From 2be60b80ae6fc1da09af8eeaffc8d72aafc0c3b1 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 11 Jun 2012 17:49:07 -0400 Subject: [PATCH] [feature/events] Rename core.index to core.index_page_title This makes it clearer as to what the event actually does. PHPBB3-9550 --- phpBB/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);