diff --git a/plugins/ModPlus/ModPlusPlugin.php b/plugins/ModPlus/ModPlusPlugin.php index 87ffe10e1e..e041b1aaf4 100644 --- a/plugins/ModPlus/ModPlusPlugin.php +++ b/plugins/ModPlus/ModPlusPlugin.php @@ -112,7 +112,7 @@ class ModPlusPlugin extends Plugin */ protected function showProfileOptions(HTMLOutputter $out, Profile $profile) { - if (!$profile->isLocal()) { + if (!$profile->isGroup() && !$profile->isLocal()) { $target = common_local_url('remoteprofile', array('id' => $profile->id)); // TRANS: Label for access to remote profile options. $label = _m('Remote profile options...');