diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-04-17 15:41:16 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-04-17 15:41:16 +0000 |
commit | 07155a084db111c0586ce7ed958c87eed6116704 (patch) | |
tree | e5e64cd58d20bdb2a0ad896403d8814f11018f52 /engine/lib/upgrades/2009041701.php | |
parent | 566de88eb3a15b58600f5195dc7b185b8aae0d41 (diff) | |
download | elgg-07155a084db111c0586ce7ed958c87eed6116704.tar.gz elgg-07155a084db111c0586ce7ed958c87eed6116704.tar.bz2 |
Closes #833: Kses now built as module
git-svn-id: https://code.elgg.org/elgg/trunk@3222 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/upgrades/2009041701.php')
-rw-r--r-- | engine/lib/upgrades/2009041701.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2009041701.php b/engine/lib/upgrades/2009041701.php new file mode 100644 index 000000000..609c7e569 --- /dev/null +++ b/engine/lib/upgrades/2009041701.php @@ -0,0 +1,10 @@ +<?php + + 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); +?>
\ No newline at end of file |