From eede859be2bada3f4b68cee798afcb1df8acd704 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 ae191d3..ca99a82 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; /**