aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-22 17:25:21 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-22 17:25:21 +0000
commitd1e63f8b0e12482df558f8f7b90c943316601ebb (patch)
treefde57cf0b52535a1afff1dd7f174f97cc30a16b5 /engine/start.php
parent355dbafd9dd8933eb487ccb17f8b69393c46c604 (diff)
downloadelgg-d1e63f8b0e12482df558f8f7b90c943316601ebb.tar.gz
elgg-d1e63f8b0e12482df558f8f7b90c943316601ebb.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Added system log to prerequisite loader git-svn-id: https://code.elgg.org/elgg/trunk@687 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/engine/start.php b/engine/start.php
index e2f52cb68..d586a3fb2 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -22,6 +22,11 @@
}
if (!@include_once(dirname(__FILE__) . "/lib/elgglib.php")) { // Main Elgg library
throw new InstallationException("Elgg could not load its main library.");
+ }
+
+ if (!@include_once(dirname(__FILE__) . "/lib/system_log.php")) { // Logging library
+ echo "Error in installation: could not load the System Log library.";
+ exit;
}
if (!@include_once(dirname(__FILE__) . "/lib/export.php")) { // Export library