diff options
Diffstat (limited to 'phpBB/install/install_update.php')
| -rw-r--r-- | phpBB/install/install_update.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php index 3964dbfe2b..d71752f9c6 100644 --- a/phpBB/install/install_update.php +++ b/phpBB/install/install_update.php @@ -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'; | 
