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