]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3320 no longer require the upgrade to disable the members plugin
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 8 Apr 2011 01:50:57 +0000 (01:50 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 8 Apr 2011 01:50:57 +0000 (01:50 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8952 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/upgrades/2010121401.php [deleted file]

diff --git a/engine/lib/upgrades/2010121401.php b/engine/lib/upgrades/2010121401.php
deleted file mode 100644 (file)
index 9619dd6..0000000
+++ /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);