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