From 6bf9cf15f87363d44b9e18ce827a366472b86c54 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 7db1f3f..f736654 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; /**