diff options
| author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-04-01 20:19:47 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2012-08-01 10:18:45 +0200 |
| commit | a247bfc2b6ee8f4aeb53f639294932fa16688666 (patch) | |
| tree | 53d6c884981b4bfb32e3bad1bddaae7dd741d2a8 /phpBB/includes/functions.php | |
| parent | 3f1b4e83aef7f7344cd551463b59de71bb4bd6fe (diff) | |
| download | forums-a247bfc2b6ee8f4aeb53f639294932fa16688666.tar forums-a247bfc2b6ee8f4aeb53f639294932fa16688666.tar.gz forums-a247bfc2b6ee8f4aeb53f639294932fa16688666.tar.bz2 forums-a247bfc2b6ee8f4aeb53f639294932fa16688666.tar.xz forums-a247bfc2b6ee8f4aeb53f639294932fa16688666.zip | |
[feature/events] Fixing issues with events
PHPBB3-9550
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index de0cb8766b..e5b721b1f5 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -5033,7 +5033,6 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0 'A_COOKIE_SETTINGS' => addslashes('; path=' . $config['cookie_path'] . ((!$config['cookie_domain'] || $config['cookie_domain'] == 'localhost' || $config['cookie_domain'] == '127.0.0.1') ? '' : '; domain=' . $config['cookie_domain']) . ((!$config['cookie_secure']) ? '' : '; secure')), )); - $vars = array('page_title', 'display_online_list', 'item_id', 'item'); extract($phpbb_dispatcher->trigger_event('core.page_header', compact($vars))); |
