Skip to content

Commit

Permalink
renamde locallib to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed Jun 20, 2024
1 parent ba18936 commit ee511aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/moodleoverflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
use moodle_url;

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 ee511aa

Please sign in to comment.