Skip to content

Commit

Permalink
use lib instead of locallib
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed Jun 20, 2024
1 parent 8460628 commit b5f8d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/zoom.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
use local_townsquaresupport\townsquaresupportinterface;

global $CFG;
require_once($CFG->dirroot . '/blocks/townsquare/locallib.php');
require_once($CFG->dirroot . '/blocks/townsquare/lib.php');

/**
* Class that implements the townsquaresupportinterface with the function to get the events from the plugin.
Expand Down

0 comments on commit b5f8d4c

Please sign in to comment.