diff options
author | Zach Copley <zach@status.net> | 2010-03-01 21:52:31 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-03-01 21:52:31 -0800 |
commit | 871b3aa6c00b38e1782949e201e5cbca7fb7a524 (patch) | |
tree | b74e8bb365e88f36938c862c465fde2e60fa1bb2 /plugins/MobileProfile | |
parent | 6b2d67216ef7d550921f813981f7744d1687be78 (diff) |
Remove un-needed config variable for enabling/disabling Twitter integration
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r-- | plugins/MobileProfile/MobileProfilePlugin.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index cd2531fa7..f788639ae 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -312,8 +312,6 @@ class MobileProfilePlugin extends WAP20Plugin $connect = 'imsettings'; } else if (common_config('sms', 'enabled')) { $connect = 'smssettings'; - } else if (common_config('twitter', 'enabled')) { - $connect = 'twittersettings'; } $action->elementStart('ul', array('id' => 'site_nav_global_primary')); |