mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 12:00:06 +02:00
Fix
This commit is contained in:
parent
13f4b07977
commit
dd456b550f
1 changed files with 2 additions and 1 deletions
|
@ -1433,7 +1433,7 @@ class API extends PluginAbstract {
|
||||||
* ['userGroups' user groups array]
|
* ['userGroups' user groups array]
|
||||||
* ['RoomPasswordNew' the meet password]
|
* ['RoomPasswordNew' the meet password]
|
||||||
* ['encodedPass' tell the script id the password submited is raw or encrypted]
|
* ['encodedPass' tell the script id the password submited is raw or encrypted]
|
||||||
* @example {webSiteRootURL}plugin/API/{getOrSet}.json.php?APIName={APIName}&user=admin&pass=f321d14cdeeb7cded7489f504fa8862b&encodedPass=true
|
* @example {webSiteRootURL}plugin/API/{getOrSet}.json.php?APIName={APIName}&user=admin&pass=f321d14cdeeb7cded7489f504fa8862b&encodedPass=true&RoomTopic=APITestMeet
|
||||||
* @return type
|
* @return type
|
||||||
*/
|
*/
|
||||||
public function set_api_meet($parameters) {
|
public function set_api_meet($parameters) {
|
||||||
|
@ -1464,6 +1464,7 @@ class ApiObject {
|
||||||
$this->error = $error;
|
$this->error = $error;
|
||||||
$this->message = $message;
|
$this->message = $message;
|
||||||
$this->response = $response;
|
$this->response = $response;
|
||||||
|
$this->users_id = User::getId();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue