From 737394eb15a2ef0c1f5a085d7f5958d2f3e66b89 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 23 Jun 2008 16:27:05 +0000 Subject: Refs #76: User settings page (to Elgg Classic standard). Committing some work before shutting down for the day. git-svn-id: https://code.elgg.org/elgg/trunk@1068 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 1 - 1 file changed, 1 deletion(-) (limited to 'engine/start.php') diff --git a/engine/start.php b/engine/start.php index 3d59b1894..174c8f8b4 100644 --- a/engine/start.php +++ b/engine/start.php @@ -119,7 +119,6 @@ asort($files); // Include them - foreach($files as $file) { if (isset($CONFIG->debug) && $CONFIG->debug) error_log("Loading $file..."); if (!@include_once($file)) -- cgit v1.2.3