]> git.mxchange.org Git - friendica.git/blobdiff - mod/crepair.php
set proper relation for diaspora in mod_follow
[friendica.git] / mod / crepair.php
index 01b88d37a237a2b917466f56d07b6a5a1f401f72..4babd6bf7b955bee1b1f43e2590b60470030f0c9 100644 (file)
@@ -39,7 +39,7 @@ function crepair_post(&$a) {
        );
 
        if($r)
-               notice( t('Contact settings applied.') . EOL);
+               info( t('Contact settings applied.') . EOL);
        else
                notice( t('Contact update failed.') . EOL);
 
@@ -102,4 +102,4 @@ function crepair_content(&$a) {
 
        return $o;
 
-}
\ No newline at end of file
+}