diff --git a/mod_form.php b/mod_form.php index ea6e8707..4f7824fc 100644 --- a/mod_form.php +++ b/mod_form.php @@ -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.