aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2009070101.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/upgrades/2009070101.php')
-rw-r--r--engine/lib/upgrades/2009070101.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2009070101.php b/engine/lib/upgrades/2009070101.php
new file mode 100644
index 000000000..edd8ce4b4
--- /dev/null
+++ b/engine/lib/upgrades/2009070101.php
@@ -0,0 +1,11 @@
+<?php
+
+ global $CONFIG;
+
+ /// Deprecate kses and activate htmlawed
+ /**
+ * Kses appears to be a dead project so we are deprecating it in favour of htmlawed.
+ */
+ disable_plugin('kses', $CONFIG->site->guid);
+ enable_plugin('htmlawed', $CONFIG->site->guid);
+?> \ No newline at end of file