aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-02-13 16:16:34 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-02-13 16:16:34 +0000
commit1ddb05d873cc0b5c03bdfad9ff27a29babc03e85 (patch)
treeab340c83d3360dfb0092f1d1ee3d8995b785cc9e /engine/start.php
parent9cb922ad9a9e3230a6b6b1d561c9206fef96985d (diff)
downloadelgg-1ddb05d873cc0b5c03bdfad9ff27a29babc03e85.tar.gz
elgg-1ddb05d873cc0b5c03bdfad9ff27a29babc03e85.tar.bz2
Moving on to explodenew
git-svn-id: https://code.elgg.org/elgg/trunk@24 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php2
1 files changed, 1 insertions, 1 deletions
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.");
/**