From 9eddf8356d359b4872b83ac8d1af59c03059c97b 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 71a304c..9044cc0 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; /**