diff options
Diffstat (limited to 'engine/start.php')
-rw-r--r-- | engine/start.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engine/start.php b/engine/start.php index b6699309b..7caa35b0f 100644 --- a/engine/start.php +++ b/engine/start.php @@ -133,9 +133,7 @@ if ($sanitised = sanitised()) { // Include them foreach($files as $file) { - if (isset($CONFIG->debug) && $CONFIG->debug) { - error_log("Loading $file..."); - } + elgg_log("Loading $file..."); if (!include_once($file)) { throw new InstallationException("Could not load {$file}"); } |