From c0641e3dccefd19676f91560b96054eae3e9ac8f Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 3 Dec 2010 17:04:14 +0000 Subject: 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 --- install/ElggInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ElggInstaller.php') 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' ); -- cgit v1.2.3