diff options
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 1f9587196..000000000 --- a/engine/lib/upgrades/2010100500.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php -/** - * Upgrades the oAuth Library plugin name - */ - -if (is_plugin_enabled('oauth')) { - disable_plugin('oauth'); - enable_plugin('oauth_lib'); -} |
