]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3241 we never distributed a plugin called oauth and Justin Richer has so let...
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 9 Apr 2011 12:23:00 +0000 (12:23 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 9 Apr 2011 12:23:00 +0000 (12:23 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8959 36083f99-b078-4883-b0ff-0f9b5a30f544

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

diff --git a/engine/lib/upgrades/2010100500.php b/engine/lib/upgrades/2010100500.php
deleted file mode 100644 (file)
index 74d1be8..0000000
+++ /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');
-}