From 2a577a42b48312f68c86c5fd7f80a7128605a599 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 20 Oct 2009 11:39:20 +0000 Subject: more unit tests for REST api git-svn-id: http://code.elgg.org/elgg/trunk@3566 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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 310f5cd09..6a692e55b 100644 --- a/languages/en.php +++ b/languages/en.php @@ -134,6 +134,7 @@ $english = array( 'SecurityException:AuthTokenExpired' => "Authentication token either missing, invalid or expired.", 'CallException:InvalidCallMethod' => "%s must be called using '%s'", 'APIException:MethodCallNotImplemented' => "Method call '%s' has not been implemented.", + 'APIException:FunctionDoesNotExist' => "Function for method '%s' is not callable", 'APIException:AlgorithmNotSupported' => "Algorithm '%s' is not supported or has been disabled.", 'ConfigurationException:CacheDirNotSet' => "Cache directory 'cache_path' not set.", 'APIException:NotGetOrPost' => "Request method must be GET or POST", -- cgit v1.2.3