Skip to content

Commit

Permalink
Remove the call to the deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
patmr7 committed Nov 22, 2024
1 parent dbe2780 commit baa5b55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion local/o365/classes/page/acp.php
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,6 @@ public function mode_maintenance_resyncgroupusers() {
$courseid = optional_param('courseid', 0, PARAM_INT);
core_php_time_limit::raise();
raise_memory_limit(MEMORY_EXTRA);
disable_output_buffering();

$graphclient = \local_o365\feature\coursesync\utils::get_graphclient();
$coursesync = new main($graphclient, true);
Expand Down

0 comments on commit baa5b55

Please sign in to comment.