aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-02-13 16:42:41 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-02-13 16:42:41 +0000
commit7b8a289c6b0af262de82efa607e838e37a236f8a (patch)
treeae0af526d4b4390d0fb36a429f35015a15cc86b5 /engine/start.php
parent659f6376ca5e0d184585ef40dfc2e3c5256e4f17 (diff)
downloadelgg-7b8a289c6b0af262de82efa607e838e37a236f8a.tar.gz
elgg-7b8a289c6b0af262de82efa607e838e37a236f8a.tar.bz2
Further message handling in the template
git-svn-id: https://code.elgg.org/elgg/trunk@26 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 03274ae4b..73a1e6b2d 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -22,7 +22,7 @@
}
if (!@include_once(dirname(__FILE__) . "/lib/elgglib.php")) { // Main Elgg library
- throw new InstallationException("Could not load the main Elgg library.");
+ throw new InstallationException("Elgg could not load its main library.");
}
/**