diff options
Diffstat (limited to 'engine/lib/upgrades/2010121401.php')
-rw-r--r-- | engine/lib/upgrades/2010121401.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2010121401.php b/engine/lib/upgrades/2010121401.php new file mode 100644 index 000000000..30e4dff32 --- /dev/null +++ b/engine/lib/upgrades/2010121401.php @@ -0,0 +1,7 @@ +<?php +global $CONFIG; + +/** + * Disable members plugin as it has been moved into core. + */ +disable_plugin('members', $CONFIG->site->guid);
\ No newline at end of file |