From ee39a5fe1da54d5c5b99c47ea701229b41b0b0a7 Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 19 Mar 2008 14:04:40 +0000 Subject: Marcus Povey * Added expose and call functions. git-svn-id: https://code.elgg.org/elgg/trunk@251 36083f99-b078-4883-b0ff-0f9b5a30f544 --- endpoints/rest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'endpoints') 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 -- cgit v1.2.3