1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/11747] Add $phpbb_dispatcher to global

PHPBB3-11747
This commit is contained in:
Matt Friedman 2013-07-26 18:27:47 -07:00
parent 26dac64d45
commit 37ceb57d12

View File

@ -26,7 +26,7 @@ class ucp_prefs
function main($id, $mode)
{
global $config, $db, $user, $auth, $template, $phpbb_root_path, $phpEx;
global $config, $db, $user, $auth, $template, $phpbb_dispatcher, $phpbb_root_path, $phpEx;
$submit = (isset($_POST['submit'])) ? true : false;
$error = $data = array();