Skip to content

Commit

Permalink
webservice: add require_once for lib.php
Browse files Browse the repository at this point in the history
  • Loading branch information
karenliulll committed Sep 27, 2024
1 parent 96ff33a commit 0ca435c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/webservice.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

defined('MOODLE_INTERNAL') || die();

require_once($CFG->dirroot . '/mod/zoom/lib.php');
require_once($CFG->dirroot . '/mod/zoom/locallib.php');
require_once($CFG->libdir . '/filelib.php');

Expand Down

0 comments on commit 0ca435c

Please sign in to comment.