From 725fb8b130ea49b3990ba48a531c19f08b562641 Mon Sep 17 00:00:00 2001 From: TamaroWalter Date: Thu, 20 Jun 2024 08:37:22 +0200 Subject: [PATCH] use lib instead of locallib --- classes/ratingallocate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/ratingallocate.php b/classes/ratingallocate.php index 562aab1..9735880 100644 --- a/classes/ratingallocate.php +++ b/classes/ratingallocate.php @@ -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.