]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
Merge pull request #2190 from annando/1512-getload
[friendica.git] / mod / dfrn_confirm.php
index 1cc258853b9b52e154cfc1b795d93bb089ebd2dc..d5dbab951eabc0fc4065339a1710485780b2f802 100644 (file)
@@ -382,7 +382,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
                                if($duplex)
                                        $new_relation = CONTACT_IS_FRIEND;
                                else
-                                       $new_relation = CONTACT_IS_SHARING;
+                                       $new_relation = CONTACT_IS_FOLLOWER;
 
                                if($new_relation != CONTACT_IS_FOLLOWER)
                                        $writable = 1;