diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-14 12:54:15 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-14 12:54:15 +0000 |
commit | 53ab8cf80e4990ac1daf17c7a23931d26110e2f5 (patch) | |
tree | bb36b1a57232e43d3f874a09a2e3600af392b853 /engine/lib/upgrades/2010121401.php | |
parent | 964aae2967218c594fe5fcbadfdcada731ef2a6e (diff) | |
download | elgg-53ab8cf80e4990ac1daf17c7a23931d26110e2f5.tar.gz elgg-53ab8cf80e4990ac1daf17c7a23931d26110e2f5.tar.bz2 |
Fixes #2723 members listing pages now in core
git-svn-id: http://code.elgg.org/elgg/trunk@7616 36083f99-b078-4883-b0ff-0f9b5a30f544
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 |