aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-08-20 12:01:08 -0400
committerDavid King <imkingdavid@gmail.com>2012-08-20 12:01:08 -0400
commit808af65819d447d35a8129c98fcc2feecb03e25e (patch)
tree3f0005a63edd3be5a5f3c98e4589bc33140b1a7f /phpBB/includes/functions.php
parentabc0ee753d4799270a20bfe756e1b7f9c302394d (diff)
downloadforums-808af65819d447d35a8129c98fcc2feecb03e25e.tar
forums-808af65819d447d35a8129c98fcc2feecb03e25e.tar.gz
forums-808af65819d447d35a8129c98fcc2feecb03e25e.tar.bz2
forums-808af65819d447d35a8129c98fcc2feecb03e25e.tar.xz
forums-808af65819d447d35a8129c98fcc2feecb03e25e.zip
[feature/add_events] Globalize the event dispatcher object
PHPBB3-9550
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 8ca15a4908..3c26337f91 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -2231,6 +2231,7 @@ function phpbb_on_page($template, $user, $base_url, $num_items, $per_page, $star
function append_sid($url, $params = false, $is_amp = true, $session_id = false)
{
global $_SID, $_EXTRA_URL, $phpbb_hook;
+ global $phpbb_dispatcher;
if ($params === '' || (is_array($params) && empty($params)))
{