aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2010121401.php
blob: 30e4dff32a644993314edeb02de9bce5300c52da (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);