diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-08 01:50:57 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-08 01:50:57 +0000 |
commit | 25abcb1fcc8b2cc08a766f34e4ddf4f7a83f5beb (patch) | |
tree | 4e96f69438ee700b752b8588300d5c2f28ab3613 /engine/lib | |
parent | 69038b58a7ea9af845c3503718366a0e66491189 (diff) | |
download | elgg-25abcb1fcc8b2cc08a766f34e4ddf4f7a83f5beb.tar.gz elgg-25abcb1fcc8b2cc08a766f34e4ddf4f7a83f5beb.tar.bz2 |
Fixes #3320 no longer require the upgrade to disable the members plugin
git-svn-id: http://code.elgg.org/elgg/trunk@8952 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-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); |