From 4a3540fe36e66bee3d22795e83653140abb5deb9 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Sun, 15 Jan 2012 13:40:57 -0800 Subject: Fixes #4036. Hiding exceptions except for admin users. --- languages/en.php | 1 + 1 file changed, 1 insertion(+) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index d9149a689..97867f922 100644 --- a/languages/en.php +++ b/languages/en.php @@ -37,6 +37,7 @@ $english = array( * Errors */ 'exception:title' => "Fatal Error.", + 'exception:contact_admin' => 'An unrecoverable error has occurred and has been logged. Contact the site administrator with the following information:', 'actionundefined' => "The requested action (%s) was not defined in the system.", 'actionnotfound' => "The action file for %s was not found.", -- cgit v1.2.3