[ticket/11213] Add missing global in install_update.php

PHPBB3-11213
This commit is contained in:
Igor Wiedler 2012-11-17 01:17:45 +01:00
parent 65dde648ca
commit 98921e0b87

View file

@ -71,7 +71,7 @@ class install_update extends module
function main($mode, $sub) function main($mode, $sub)
{ {
global $style, $template, $phpEx, $phpbb_root_path, $user, $db, $config, $cache, $auth, $language; global $phpbb_style, $template, $phpEx, $phpbb_root_path, $user, $db, $config, $cache, $auth, $language;
global $request; global $request;
$this->tpl_name = 'install_update'; $this->tpl_name = 'install_update';