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 907583e commit 725fb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/ratingallocate.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 725fb8b

Please sign in to comment.