diff options
| author | Marek A. R <aptx@phpbb.com> | 2008-08-15 19:46:51 +0000 |
|---|---|---|
| committer | Marek A. R <aptx@phpbb.com> | 2008-08-15 19:46:51 +0000 |
| commit | 3a2f8753f6439deda28bf5cc2fa3af081e443e91 (patch) | |
| tree | b889d25d1ef7f1e84349fcb05244a89393f38fa0 /phpBB/install/install_install.php | |
| parent | 1990ee2d4c7bad6f45a1f9fc9e473d3b3b66c132 (diff) | |
| download | forums-3a2f8753f6439deda28bf5cc2fa3af081e443e91.tar forums-3a2f8753f6439deda28bf5cc2fa3af081e443e91.tar.gz forums-3a2f8753f6439deda28bf5cc2fa3af081e443e91.tar.bz2 forums-3a2f8753f6439deda28bf5cc2fa3af081e443e91.tar.xz forums-3a2f8753f6439deda28bf5cc2fa3af081e443e91.zip | |
PHP 5.3 compatibility.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8760 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_install.php')
| -rw-r--r-- | phpBB/install/install_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 282afd5e23..0bf42f85f4 100644 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -1478,7 +1478,7 @@ class install_install extends module include_once($phpbb_root_path . 'includes/acp/acp_modules.' . $phpEx); - $_module = &new acp_modules(); + $_module = new acp_modules(); $module_classes = array('acp', 'mcp', 'ucp'); // Add categories |
