diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-09 12:23:00 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-09 12:23:00 +0000 |
commit | 4c5e12dbbe57e8c9d77eedb4474e18c433370551 (patch) | |
tree | cd86ee0d575a5f8f7c9e5fe91f27b3779114e55c /engine/lib/upgrades/2010100500.php | |
parent | 36ffbae8e7cf4e8318860d8fc2ff7509d9c5fd03 (diff) | |
download | elgg-4c5e12dbbe57e8c9d77eedb4474e18c433370551.tar.gz elgg-4c5e12dbbe57e8c9d77eedb4474e18c433370551.tar.bz2 |
Refs #3241 we never distributed a plugin called oauth and Justin Richer has so let's not disable his plugin
git-svn-id: http://code.elgg.org/elgg/trunk@8959 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/upgrades/2010100500.php')
-rw-r--r-- | engine/lib/upgrades/2010100500.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/engine/lib/upgrades/2010100500.php b/engine/lib/upgrades/2010100500.php deleted file mode 100644 index 74d1be820..000000000 --- a/engine/lib/upgrades/2010100500.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php -/** - * Upgrades the oAuth Library plugin name - */ - -if (elgg_is_active_plugin('oauth')) { - disable_plugin('oauth'); - enable_plugin('oauth_lib'); -} |