Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Sep 28, 2024
1 parent 2060515 commit 174566a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/external/mod_plugnmeet_create_room.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static function create_room($instanceid, $join, $isadmin) {

$connect = new PlugNmeetConnect($config);
try {
$logout_url = $PAGE->url->get_scheme() . "://".$PAGE->url->get_host() . "/mod/plugnmeet/view.php?id=" . $cm->id;
$logouturl = $PAGE->url->get_scheme() . "://".$PAGE->url->get_host() . "/mod/plugnmeet/view.php?id=" . $cm->id;
$extradata = json_encode(array(
"platform" => "moodle",
"php-version" => phpversion(),
Expand All @@ -111,7 +111,7 @@ public static function create_room($instanceid, $join, $isadmin) {
"",
$roommetadata,
0,
$logout_url,
$logouturl,
$extradata);

$result['status'] = $res->getStatus();
Expand Down

0 comments on commit 174566a

Please sign in to comment.