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:
commit
f4fedfe95b
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user