From 7b6f4048ca4d0eed589db0d02590642167889d98 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 7 Mar 2008 19:02:48 +0000 Subject: Some extra plugins stuff git-svn-id: https://code.elgg.org/elgg/trunk@110 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'engine/start.php') diff --git a/engine/start.php b/engine/start.php index 1ed294a03..68f43bc74 100644 --- a/engine/start.php +++ b/engine/start.php @@ -46,15 +46,13 @@ if (!@include_once(dirname(__FILE__) . "/settings.php")) // Global settings throw new InstallationException("Elgg could not load the settings file."); - - + /** * Load and initialise the database */ if (!@include_once(dirname(__FILE__) . "/lib/database.php")) // Database connection throw new InstallationException("Elgg could not load the main Elgg database library."); - /** * Load the remaining libraries from /lib/ in alphabetical order, @@ -82,6 +80,9 @@ throw new InstallationException("Could not load {$file}"); } + // Set default config + set_default_config(); + // Load plugins load_plugins(); -- cgit v1.2.3