Skip to content

Commit

Permalink
Fixing call to new webservice().
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnOLane committed Jul 17, 2024
1 parent cca7a98 commit 75240ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function definition() {

$isnew = empty($this->_cm);

$service = new mod_zoom_webservice();
$service = new \mod_zoom\webservice();
// UofR HACK ADDED.
$zoomuser = zoom_email_alias($USER, $service);
// END of ADDED.
Expand Down

0 comments on commit 75240ce

Please sign in to comment.