From 6258b38d2e274df93333ce36696bcbf49fb8ea2e Mon Sep 17 00:00:00 2001 From: icewing Date: Tue, 20 May 2008 11:09:49 +0000 Subject: Marcus Povey * Debug mode now lists libraries loaded git-svn-id: https://code.elgg.org/elgg/trunk@656 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/start.php b/engine/start.php index 673f83d09..9cb23d7af 100644 --- a/engine/start.php +++ b/engine/start.php @@ -93,7 +93,8 @@ // Include them - foreach($files as $file) { + foreach($files as $file) { + if ($CONFIG->debug) error_log("Loading $file..."); if (!@include_once($file)) throw new InstallationException("Could not load {$file}"); } -- cgit v1.2.3