From 5aa0bbb5bef7265fb570b400f7966b8411295f9e Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 28 Mar 2008 19:00:52 +0000 Subject: Marcus Povey * Preloads export library - todo: do this better! git-svn-id: https://code.elgg.org/elgg/trunk@290 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/engine/start.php b/engine/start.php index 68f43bc74..956f0ac3e 100644 --- a/engine/start.php +++ b/engine/start.php @@ -23,6 +23,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/export.php")) { // Export library + echo "Error in installation: could not load the Export library."; + exit; } /** -- cgit v1.2.3