From: brettp Date: Fri, 3 Dec 2010 17:04:14 +0000 (+0000) Subject: Refs #2706. Added configuration.php to installation engine bootstrapping. Required... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c0641e3dccefd19676f91560b96054eae3e9ac8f;p=lorea%2Felgg.git Refs #2706. Added configuration.php to installation engine bootstrapping. Required because of use of elgg_get_site_url(). git-svn-id: http://code.elgg.org/elgg/trunk@7518 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index e5bf47853..df8965bf0 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -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' );