diff options
Diffstat (limited to 'engine/lib/upgrades/2009041701.php')
-rw-r--r-- | engine/lib/upgrades/2009041701.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/upgrades/2009041701.php b/engine/lib/upgrades/2009041701.php index acc8fc0bd..2d3d612c3 100644 --- a/engine/lib/upgrades/2009041701.php +++ b/engine/lib/upgrades/2009041701.php @@ -6,4 +6,4 @@ /** * Elgg now has kses tag filtering built as a plugin. This needs to be enabled. */ - enable_plugin('kses', $CONFIG->site->guid);
\ No newline at end of file + enable_plugin('kses', $CONFIG->site->guid); |