aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/functions.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index d2735c8e43..3dddbdca6b 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -4967,11 +4967,10 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
* session item, e.g. forum for
* session_forum_id
* @var int item_id Restrict online users to item id
- * @var bool page_header_override Shall we return instead of running
- * the rest of page_header()
+ *
* @since 3.1.0-b3
*/
- $vars = array('page_title', 'display_online_list', 'item_id', 'item', 'page_header_override');
+ $vars = array('page_title', 'display_online_list', 'item_id', 'item');
extract($phpbb_dispatcher->trigger_event('core.page_header_after', compact($vars)));
// application/xhtml+xml not used because of IE