aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/install.php2
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 ...