]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #2959: Removed engine/lib/install.php from ElggInstaller since it's no longer...
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Feb 2011 14:29:10 +0000 (14:29 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Feb 2011 14:29:10 +0000 (14:29 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8325 36083f99-b078-4883-b0ff-0f9b5a30f544

install/ElggInstaller.php

index 164a7ee85694b2e48ba73f4a589221181a4dd2fe..0bf04673f62b062f1cba75f644e1a93caeb77bc5 100644 (file)
@@ -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) {