From cf515fc4a4745d9bf51ba4f828c16307834ef06a Mon Sep 17 00:00:00 2001 From: Nicolas Domenech Date: Tue, 25 Jul 2023 01:37:27 +0200 Subject: [PATCH] #354 [Mod] fix: wrong comment --- core/modules/modDoliMeet.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/modDoliMeet.class.php b/core/modules/modDoliMeet.class.php index 0d765ce..ed5b106 100644 --- a/core/modules/modDoliMeet.class.php +++ b/core/modules/modDoliMeet.class.php @@ -307,7 +307,7 @@ public function __construct($db) ]; // Boxes/Widgets. - // Add here list of php file(s) stored in dolisirh/core/boxes that contains a class to show a widget. + // Add here list of php file(s) stored in dolimeet/core/boxes that contains a class to show a widget. $this->boxes = []; // Cronjobs (List of cron jobs entries to add when module is enabled).