1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

Merge PR #1098 branch 'igorw/ticket/11213' into develop

* igorw/ticket/11213:
  [ticket/11213] Add missing global in install_update.php
This commit is contained in:
Oleg Pudeyev 2012-11-18 10:20:59 -05:00
commit f4fedfe95b

View File

@ -71,7 +71,7 @@ class install_update extends module
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;
$this->tpl_name = 'install_update';