From ae4e90dcd604d2b9741d251c8225494d7aedd615 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 22 Oct 2009 12:01:41 +0000 Subject: more unit tests for REST api git-svn-id: http://code.elgg.org/elgg/trunk@3569 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index 6a692e55b..78310b9f7 100644 --- a/languages/en.php +++ b/languages/en.php @@ -121,7 +121,7 @@ $english = array( 'SecurityException:APIAccessDenied' => "Sorry, API access has been disabled by the administrator.", 'SecurityException:NoAuthMethods' => "No authentication methods were found that could authenticate this API request.", 'InvalidParameterException:APIMethodOrFunctionNotSet' => "Method or function not set in call in expose_method()", - 'InvalidParameterException:APIParametersNotArray' => "Parameters must be array in call to expose method '%s'", + 'InvalidParameterException:APIParametersArrayStructure' => "Parameters array structure is incorrect for call to expose method '%s'", 'InvalidParameterException:UnrecognisedHttpMethod' => "Unrecognised http method %s for api method '%s'", 'APIException:MissingParameterInMethod' => "Missing parameter %s in method %s", 'APIException:ParameterNotArray' => "%s does not appear to be an array.", -- cgit v1.2.3