From 94d316ea1f20fbca680641cc846c9ead979e7017 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 9 Apr 2011 12:34:38 +0000 Subject: Refs #3241 cleaned up comments on upgrades and removed the turning off of time limit in individual upgrades since this is now handled by the upgrade function git-svn-id: http://code.elgg.org/elgg/trunk@8961 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/upgrades/2009041701.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'engine/lib/upgrades/2009041701.php') 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 @@ site->guid); +/** + * Elgg now has kses tag filtering built as a plugin. This needs to be enabled. + */ +enable_plugin('kses', $CONFIG->site->guid); -- cgit v1.2.3