diff options
Diffstat (limited to 'engine/lib/upgrades/2009070101.php')
-rw-r--r-- | engine/lib/upgrades/2009070101.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/upgrades/2009070101.php b/engine/lib/upgrades/2009070101.php index 3bf89e9b7..a72d6ea95 100644 --- a/engine/lib/upgrades/2009070101.php +++ b/engine/lib/upgrades/2009070101.php @@ -7,4 +7,4 @@ * 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); |