]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2706. Added configuration.php to installation engine bootstrapping. Required...
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 3 Dec 2010 17:04:14 +0000 (17:04 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 3 Dec 2010 17:04:14 +0000 (17:04 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7518 36083f99-b078-4883-b0ff-0f9b5a30f544

install/ElggInstaller.php

index e5bf47853f3b2eda5e95e2e9ad153362012660f2..df8965bf059214dc739ef0b952ccd129b1456124 100644 (file)
@@ -686,7 +686,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',
+                       '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'
                );