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.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/engine/lib/upgrades/2009070101.php b/engine/lib/upgrades/2009070101.php
index edd8ce4b4..3bf89e9b7 100644
--- a/engine/lib/upgrades/2009070101.php
+++ b/engine/lib/upgrades/2009070101.php
@@ -1,11 +1,10 @@
<?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
+ enable_plugin('htmlawed', $CONFIG->site->guid); \ No newline at end of file