From 2506daa080f44cca1d62efe5d2c2b68e0fe9c284 Mon Sep 17 00:00:00 2001 From: icewing Date: Tue, 11 Mar 2008 11:43:56 +0000 Subject: Marcus Povey * Site id specified git-svn-id: https://code.elgg.org/elgg/trunk@153 36083f99-b078-4883-b0ff-0f9b5a30f544 --- endpoints/rest.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'endpoints') diff --git a/endpoints/rest.php b/endpoints/rest.php index 40631e81d..e00d27555 100644 --- a/endpoints/rest.php +++ b/endpoints/rest.php @@ -13,7 +13,7 @@ // Include required files require_once('../engine/start.php'); - global $ApiEnvironment; + global $CONFIG, $ApiEnvironment; // Register the error handler error_reporting(E_ALL); @@ -97,7 +97,8 @@ } else { - // TODO: set site environment + // Set site environment + $ApiEnvironment->site_id = $CONFIG->site_id; // User is logged in, just execute if (isset($params['auth_token'])) $token = $params['auth_token']; -- cgit v1.2.3