diff options
author | cash <cash.costello@gmail.com> | 2011-12-14 20:02:25 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-14 20:02:25 -0500 |
commit | dfaa80f0a44afe6faed0212e61c3edef48afc64d (patch) | |
tree | 43fb8d5d8208644a0608304e88049a29dc322840 /languages | |
parent | f84e36f0690c87f30a292953562e80b280650540 (diff) | |
download | elgg-dfaa80f0a44afe6faed0212e61c3edef48afc64d.tar.gz elgg-dfaa80f0a44afe6faed0212e61c3edef48afc64d.tar.bz2 |
Fixes #3341 removed xml-rpc code from Elgg - see xml-rpc plugin if you need an xml-rpc endpoint
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/languages/en.php b/languages/en.php index 036ca8883..17587b178 100644 --- a/languages/en.php +++ b/languages/en.php @@ -208,10 +208,6 @@ $english = array( 'SecurityException:InvalidAPIKey' => "Invalid or missing API Key.", 'NotImplementedException:CallMethodNotImplemented' => "Call method '%s' is currently not supported.", - 'NotImplementedException:XMLRPCMethodNotImplemented' => "XML-RPC method call '%s' not implemented.", - 'InvalidParameterException:UnexpectedReturnFormat' => "Call to method '%s' returned an unexpected result.", - 'CallException:NotRPCCall' => "Call does not appear to be a valid XML-RPC call", - 'PluginException:NoPluginName' => "The plugin name could not be found", 'SecurityException:authenticationfailed' => "User could not be authenticated", @@ -1080,11 +1076,6 @@ If you requested this, click on the link below. Otherwise ignore this email. 'user:default_access:failure' => "Your new default access level could not be saved.", /** - * XML-RPC - */ - 'xmlrpc:noinputdata' => "Input data missing", - -/** * Comments */ |