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.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2009070101.php b/engine/lib/upgrades/2009070101.php
new file mode 100644
index 000000000..d0eae9b91
--- /dev/null
+++ b/engine/lib/upgrades/2009070101.php
@@ -0,0 +1,9 @@
+<?php
+
+global $CONFIG;
+
+/**
+ * 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);