]> git.mxchange.org Git - friendica.git/blobdiff - mod/crepair.php
Merge pull request #5891 from JonnyTischbein/move_module_contacts
[friendica.git] / mod / crepair.php
index af9575ed6d99c6f26d135ff8582ecab4ee356279..13885cb49106adc94b44a2f1d60dd4a50c5e9cdd 100644 (file)
@@ -131,7 +131,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::DFRN, Protocol::DIASPORA, Protocol::OSTATUS]);
+       $update_profile = in_array($contact['network'], [Protocol::ACTIVITYPUB, Protocol::DFRN, Protocol::DIASPORA, Protocol::OSTATUS]);
 
        $tab_str = Module\Contact::getTabsHTML($a, $contact, 5);