diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-23 16:27:05 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-23 16:27:05 +0000 |
commit | 737394eb15a2ef0c1f5a085d7f5958d2f3e66b89 (patch) | |
tree | d3d3d9f880e9ffd63b73d9f3ab83c1ce0fda825f /engine/start.php | |
parent | dc28ff0bed2216d97e24b1286c68190c843cb684 (diff) | |
download | elgg-737394eb15a2ef0c1f5a085d7f5958d2f3e66b89.tar.gz elgg-737394eb15a2ef0c1f5a085d7f5958d2f3e66b89.tar.bz2 |
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
Diffstat (limited to 'engine/start.php')
-rw-r--r-- | engine/start.php | 1 |
1 files changed, 0 insertions, 1 deletions
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))
|