aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-14 12:54:15 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-14 12:54:15 +0000
commit53ab8cf80e4990ac1daf17c7a23931d26110e2f5 (patch)
treebb36b1a57232e43d3f874a09a2e3600af392b853 /engine/lib/upgrades
parent964aae2967218c594fe5fcbadfdcada731ef2a6e (diff)
downloadelgg-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')
-rw-r--r--engine/lib/upgrades/2010121401.php7
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