From ee511aa47fda228a5aa3f6bc1636aa080c7a4396 Mon Sep 17 00:00:00 2001 From: TamaroWalter Date: Thu, 20 Jun 2024 08:36:46 +0200 Subject: [PATCH] renamde locallib to lib --- classes/moodleoverflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/moodleoverflow.php b/classes/moodleoverflow.php index 09aada2..88a1c7e 100644 --- a/classes/moodleoverflow.php +++ b/classes/moodleoverflow.php @@ -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.