aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2010100500.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/upgrades/2010100500.php')
-rw-r--r--engine/lib/upgrades/2010100500.php9
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');
-}