diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-10-06 16:58:22 -0700 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-10-06 16:58:22 -0700 |
commit | 26b56fb5d6d71bb56f03d0d4e999e09a1fc81476 (patch) | |
tree | 667e08543ddbfed585a1d99c8b115c0cd5c7557c /languages | |
parent | 4706f47ca0b19d9baa45742ae7c8d270c42e9490 (diff) | |
parent | 57c409526195ebbd46b239f4af06ef199d001df9 (diff) | |
download | elgg-26b56fb5d6d71bb56f03d0d4e999e09a1fc81476.tar.gz elgg-26b56fb5d6d71bb56f03d0d4e999e09a1fc81476.tar.bz2 |
Merge pull request #69 from mrclay/issue3765
Fixes #3765 forward throws Exception if headers sent.
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index f1bc8e3b7..c739d554e 100644 --- a/languages/en.php +++ b/languages/en.php @@ -172,7 +172,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'", |