diff options
-rw-r--r-- | engine/lib/upgrades/2010121401.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/engine/lib/upgrades/2010121401.php b/engine/lib/upgrades/2010121401.php deleted file mode 100644 index 9619dd655..000000000 --- a/engine/lib/upgrades/2010121401.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php -global $CONFIG; - -/** - * Disable members plugin as it has been moved into core. - */ -disable_plugin('members', $CONFIG->site->guid); |