diff options
Diffstat (limited to 'engine/lib/upgrades/2009041701.php')
-rw-r--r-- | engine/lib/upgrades/2009041701.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/engine/lib/upgrades/2009041701.php b/engine/lib/upgrades/2009041701.php index 2d3d612c3..7b31a3bc9 100644 --- a/engine/lib/upgrades/2009041701.php +++ b/engine/lib/upgrades/2009041701.php @@ -1,9 +1,8 @@ <?php - global $CONFIG; +global $CONFIG; - /// Activate kses - /** - * Elgg now has kses tag filtering built as a plugin. This needs to be enabled. - */ - enable_plugin('kses', $CONFIG->site->guid); +/** + * Elgg now has kses tag filtering built as a plugin. This needs to be enabled. + */ +enable_plugin('kses', $CONFIG->site->guid); |