aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2009041701.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/upgrades/2009041701.php')
-rw-r--r--engine/lib/upgrades/2009041701.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2009041701.php b/engine/lib/upgrades/2009041701.php
new file mode 100644
index 000000000..609c7e569
--- /dev/null
+++ b/engine/lib/upgrades/2009041701.php
@@ -0,0 +1,10 @@
+<?php
+
+ global $CONFIG;
+
+ /// Activate kses
+ /**
+ * Elgg now has kses tag filtering built as a plugin. This needs to be enabled.
+ */
+ enable_plugin('kses', $CONFIG->site->guid);
+?> \ No newline at end of file