diff options
| author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-04-03 00:41:56 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <arty@phpbb.com> | 2012-04-03 00:41:56 +0300 |
| commit | 57065095d570f0ff5976470ce81a4b216fe5f98e (patch) | |
| tree | b5d1134cd5045f9200acfca0987861c34d914e05 /phpBB/install/install_update.php | |
| parent | 8363d3276522dedc55b20f63b53de116002a28eb (diff) | |
| download | forums-57065095d570f0ff5976470ce81a4b216fe5f98e.tar forums-57065095d570f0ff5976470ce81a4b216fe5f98e.tar.gz forums-57065095d570f0ff5976470ce81a4b216fe5f98e.tar.bz2 forums-57065095d570f0ff5976470ce81a4b216fe5f98e.tar.xz forums-57065095d570f0ff5976470ce81a4b216fe5f98e.zip | |
[ticket/10754] Changing $style to $phpbb_style
Renaming global variable $style to $phpbb_style
PHPBB3-10754
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 dcf01e5cc8..c2feaa086a 100644 --- a/phpBB/install/install_update.php +++ b/phpBB/install/install_update.php @@ -131,7 +131,7 @@ class install_update extends module } // Set custom template again. ;) - $style->set_custom_style('admin', '../adm/style', ''); + $phpbb_style->set_custom_style('admin', '../adm/style', ''); $template->assign_vars(array( 'S_USER_LANG' => $user->lang['USER_LANG'], |
