From d1e63f8b0e12482df558f8f7b90c943316601ebb Mon Sep 17 00:00:00 2001 From: icewing Date: Thu, 22 May 2008 17:25:21 +0000 Subject: Marcus Povey * Added system log to prerequisite loader git-svn-id: https://code.elgg.org/elgg/trunk@687 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engine/start.php') 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 -- cgit v1.2.3