aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2010121401.php
blob: 9619dd655394e7d2e24162243faed8c1957fcb97 (plain)
1
2
3
4
5
6
7
<?php
global $CONFIG;

/**
 * Disable members plugin as it has been moved into core.
 */
disable_plugin('members', $CONFIG->site->guid);