diff options
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/lib/api.php | 2 | 
1 files changed, 1 insertions, 1 deletions
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;  | 
