From 6e8608410c6601d17b7f27fcaf12b74b58ef62ca Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 23 Jul 2008 15:04:07 +0000 Subject: Fixed typo git-svn-id: https://code.elgg.org/elgg/trunk@1502 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/lib/api.php b/engine/lib/api.php index b8d9017c5..20550d767 100644 --- a/engine/lib/api.php +++ b/engine/lib/api.php @@ -252,7 +252,7 @@ * @param bool $require_auth Whether this requires a user authentication token or not (default is true) * @return bool */ - function expose_function($method, $function, array $parameters = NULL, $description = "", $call_method = "GET", $require_auth = true,) + function expose_function($method, $function, array $parameters = NULL, $description = "", $call_method = "GET", $require_auth = true) { global $METHODS; -- cgit v1.2.3