aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2009070101.php
blob: d0eae9b91134a0c3dc56bb53ae7e19b14c3e3a6b (plain)
1
2
3
4
5
6
7
8
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);