diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-03-28 01:28:23 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-03-28 01:28:23 +0000 |
commit | 213beefc17427378295c64b2d0ff11640fe21689 (patch) | |
tree | bd4b30db44e9b33674288cba279d5413d687f31f /phpBB/install | |
parent | 69a854d3ee4202b0118942ed7b64ef26fc172dba (diff) | |
download | forums-213beefc17427378295c64b2d0ff11640fe21689.tar forums-213beefc17427378295c64b2d0ff11640fe21689.tar.gz forums-213beefc17427378295c64b2d0ff11640fe21689.tar.bz2 forums-213beefc17427378295c64b2d0ff11640fe21689.tar.xz forums-213beefc17427378295c64b2d0ff11640fe21689.zip |
Not quite a typo
git-svn-id: file:///svn/phpbb/trunk@3740 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php index 4f20661a01..c02910bdca 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -168,7 +168,7 @@ if (defined('PHPBB_INSTALLED')) // Include essential scripts include($phpbb_root_path . 'includes/session.'.$phpEx); -include($phpbb_root_path . 'includes/acm/cache_file.'.$phpEx); +include($phpbb_root_path . 'includes/acm/acm_file.'.$phpEx); include($phpbb_root_path . 'includes/functions_admin.'.$phpEx); // Import language file, setup template ... |