diff --git a/api.php b/api.php index 28e4631a..b1860db3 100644 --- a/api.php +++ b/api.php @@ -105,6 +105,7 @@ switch($request[0]) { $status=user_conference_load($accounts_id,$_SESSION['conferences_id']); + $ret['conferences_id']=$_SESSION['conferences_id']; $ret['status']="ok"; $ret['account']=$a; //$ret['user']=user_load($_SESSION['users_id']); diff --git a/testapi.php b/testapi.php index 3632237a..eb6a77c7 100644 --- a/testapi.php +++ b/testapi.php @@ -1,5 +1,7 @@
+