aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/ElggInstaller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php
index 164a7ee85..0bf04673f 100644
--- a/install/ElggInstaller.php
+++ b/install/ElggInstaller.php
@@ -687,7 +687,7 @@ class ElggInstaller {
// bootstrapping with required files in a required order
$required_files = array(
'elgglib.php', 'views.php', 'access.php', 'system_log.php', 'export.php', 'configuration.php',
- 'sessions.php', 'languages.php', 'input.php', 'install.php', 'cache.php', 'output.php'
+ 'sessions.php', 'languages.php', 'input.php', 'cache.php', 'output.php'
);
foreach ($required_files as $file) {