From 213beefc17427378295c64b2d0ff11640fe21689 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Fri, 28 Mar 2003 01:28:23 +0000 Subject: [PATCH] Not quite a typo git-svn-id: file:///svn/phpbb/trunk@3740 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ...