diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-23 15:04:07 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-23 15:04:07 +0000 |
commit | 6e8608410c6601d17b7f27fcaf12b74b58ef62ca (patch) | |
tree | 5a05e13b82d7c3de4ae0003e9f07f88102a8d877 /engine/lib/api.php | |
parent | 24256d11653875a6c925d959b729f988ef005325 (diff) | |
download | elgg-6e8608410c6601d17b7f27fcaf12b74b58ef62ca.tar.gz elgg-6e8608410c6601d17b7f27fcaf12b74b58ef62ca.tar.bz2 |
Fixed typo
git-svn-id: https://code.elgg.org/elgg/trunk@1502 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/api.php')
-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; |