diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-03 17:04:14 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-03 17:04:14 +0000 |
commit | c0641e3dccefd19676f91560b96054eae3e9ac8f (patch) | |
tree | f740b5be4204fed8fb233d48a1a7e710cec4a384 /install/ElggInstaller.php | |
parent | 2cfc2dc99198fd92da4c8c9b0acf0c2b3c2bb2e4 (diff) | |
download | elgg-c0641e3dccefd19676f91560b96054eae3e9ac8f.tar.gz elgg-c0641e3dccefd19676f91560b96054eae3e9ac8f.tar.bz2 |
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
Diffstat (limited to 'install/ElggInstaller.php')
-rw-r--r-- | install/ElggInstaller.php | 2 |
1 files changed, 1 insertions, 1 deletions
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' ); |