aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorSteve Clay <steve@mrclay.org>2011-09-19 16:21:41 -0400
committerSteve Clay <steve@mrclay.org>2011-09-19 16:50:46 -0400
commit57c409526195ebbd46b239f4af06ef199d001df9 (patch)
tree792ae312c7ce869812d69f776eaac1a0a26a8f32 /languages
parent4900853196f83a902a2acac11ae1bd4813bcb3fc (diff)
downloadelgg-57c409526195ebbd46b239f4af06ef199d001df9.tar.gz
elgg-57c409526195ebbd46b239f4af06ef199d001df9.tar.bz2
forward throws Exception if headers sent. fix for http://trac.elgg.org/ticket/3765
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php
index 6c3c041cd..aabf91dfb 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -171,7 +171,7 @@ $english = array(
'ConfigurationException:NoSiteID' => "No site ID has been specified.",
'SecurityException:APIAccessDenied' => "Sorry, API access has been disabled by the administrator.",
'SecurityException:NoAuthMethods' => "No authentication methods were found that could authenticate this API request.",
- 'SecurityException:UnexpectedOutputInGatekeeper' => 'Unexpected output in gatekeeper call. Halting execution for security. Search http://docs.elgg.org/ for more information.',
+ 'SecurityException:ForwardFailedToRedirect' => 'Redirect could not be issued due to headers already being sent. Halting execution for security. Search http://docs.elgg.org/ for more information.',
'InvalidParameterException:APIMethodOrFunctionNotSet' => "Method or function not set in call in expose_method()",
'InvalidParameterException:APIParametersArrayStructure' => "Parameters array structure is incorrect for call to expose method '%s'",
'InvalidParameterException:UnrecognisedHttpMethod' => "Unrecognised http method %s for api method '%s'",