From 1ddb05d873cc0b5c03bdfad9ff27a29babc03e85 Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 13 Feb 2008 16:16:34 +0000 Subject: Moving on to explodenew git-svn-id: https://code.elgg.org/elgg/trunk@24 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/start.php b/engine/start.php index 421cda5fa..412081a93 100644 --- a/engine/start.php +++ b/engine/start.php @@ -45,7 +45,7 @@ */ if (!@include_once(dirname(__FILE__) . "/lib/database.php")) // Database connection - throw new DatabaseException("Could not load the main Elgg database library."); + throw new InstallationException("Could not load the main Elgg database library."); /** -- cgit v1.2.3