aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/engine/start.php b/engine/start.php
index 3aef3c803..54e3fecf5 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -67,9 +67,7 @@
register_error("Could not load {$file}");
}
- } else { // End portion for sanitised installs only
- register_error("Elgg is not ready to run.");
- }
+ } // End portion for sanitised installs only
// Trigger events
trigger_event('init', 'system');
@@ -77,7 +75,7 @@
// If we have load errors, display them
if ($count = count_messages("errors")) {
echo elgg_view('pageshell', array(
- 'title' => "Error",
+ 'title' => "Elgg isn't ready to run just yet.",
'body' => elgg_view('messages/errors/list',array('object' => system_messages(null, "errors")))
));
exit;