aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-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.");
/**