X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcrepair.php;h=ce27b44982a26a295dd68d75ea2bdaa76b339b02;hb=5f2028b657332c7dceb1e14dc0e1cd175fc61a7c;hp=7e10b2ff2b6955923b4587c5f82ac670d7a46a88;hpb=d6a82c6c2d7befde9914fce3bd4e3e07b97ca036;p=friendica.git diff --git a/mod/crepair.php b/mod/crepair.php index 7e10b2ff2b..ce27b44982 100644 --- a/mod/crepair.php +++ b/mod/crepair.php @@ -132,7 +132,7 @@ function crepair_content(App $a) $remote_self_options = ['0' => L10n::t('No mirroring'), '2' => L10n::t('Mirror as my own posting')]; } - $update_profile = in_array($contact['network'], [Protocol::ACTIVITYPUB, Protocol::DFRN, Protocol::DIASPORA, Protocol::OSTATUS]); + $update_profile = in_array($contact['network'], Protocol::FEDERATED); $tab_str = Module\Contact::getTabsHTML($a, $contact, 5);