From 874f5031b6aa565b73c49a342d0a903aa7a71ad8 Mon Sep 17 00:00:00 2001 From: Michael Milette Date: Fri, 30 Aug 2024 04:26:31 -0400 Subject: [PATCH] Compatible with Moodle 4.5+. --- classes/text_filter.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/text_filter.php b/classes/text_filter.php index 934c565..332d8da 100644 --- a/classes/text_filter.php +++ b/classes/text_filter.php @@ -14,6 +14,8 @@ // You should have received a copy of the GNU General Public License // along with Moodle. If not, see . +namespace filter_filtercodes; + defined('MOODLE_INTERNAL') || die; /**