diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-19 14:04:40 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-19 14:04:40 +0000 |
commit | ee39a5fe1da54d5c5b99c47ea701229b41b0b0a7 (patch) | |
tree | 9ed7a26058db3035bfe4090ade6ae6e70fb51070 /endpoints | |
parent | 7b32a8691cc6f4ab05b988c30436a44d36f7cdd1 (diff) | |
download | elgg-ee39a5fe1da54d5c5b99c47ea701229b41b0b0a7.tar.gz elgg-ee39a5fe1da54d5c5b99c47ea701229b41b0b0a7.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Added expose and call functions.
git-svn-id: https://code.elgg.org/elgg/trunk@251 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'endpoints')
-rw-r--r-- | endpoints/rest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/endpoints/rest.php b/endpoints/rest.php index 147899865..3a9b03ad2 100644 --- a/endpoints/rest.php +++ b/endpoints/rest.php @@ -45,7 +45,7 @@ $params = $_REQUEST; if (isset($params['auth_token'])) $token = $params['auth_token']; - // TODO EXECUTE + $result = execute_method($method, $params, $token); } // Finally output |