Skip to content

Commit

Permalink
CONTRIB-9449: fixed by adding extra parameters to data instead of met…
Browse files Browse the repository at this point in the history
…adata (#7)
  • Loading branch information
jfederico authored Dec 18, 2023
1 parent d343eb1 commit 4019c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/bigbluebuttonbn/action_url_addons.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function execute(string $action = '', array $data = [], array $metadata =
$eventtypes[$flexurlrecord->eventtype] != $action) {
continue;
}
$metadata[$flexurlrecord->paramname] = utils::get_real_value($flexurlrecord->paramvalue, $instance);
$data[$flexurlrecord->paramname] = utils::get_real_value($flexurlrecord->paramvalue, $instance);

}
}
Expand Down

0 comments on commit 4019c2f

Please sign in to comment.