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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/upgrades/2010100500.php b/engine/lib/upgrades/2010100500.php
index 1f9587196..74d1be820 100644
--- a/engine/lib/upgrades/2010100500.php
+++ b/engine/lib/upgrades/2010100500.php
@@ -3,7 +3,7 @@
* Upgrades the oAuth Library plugin name
*/
-if (is_plugin_enabled('oauth')) {
+if (elgg_is_active_plugin('oauth')) {
disable_plugin('oauth');
enable_plugin('oauth_lib');
}