aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/elgglib.php')
-rw-r--r--engine/lib/elgglib.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php
index 7f98954a4..ab0bf8877 100644
--- a/engine/lib/elgglib.php
+++ b/engine/lib/elgglib.php
@@ -121,7 +121,7 @@
return elgg_view('pageshell', array(
'title' => $title,
'body' => $body,
- 'messages' => system_messages()
+ 'messages' => system_messages(null,"")
)
);
@@ -419,7 +419,7 @@
function __elgg_php_exception_handler($exception) {
$body = elgg_view("messages/exceptions/exception",array('object' => $exception));
- echo page_draw("Exception", $body);
+ echo page_draw("We've encountered a problem.", $body);
}