]> git.mxchange.org Git - friendica.git/commitdiff
fix for public posts to D*
authorFriendika <info@friendika.com>
Wed, 24 Aug 2011 02:40:50 +0000 (19:40 -0700)
committerFriendika <info@friendika.com>
Wed, 24 Aug 2011 02:40:50 +0000 (19:40 -0700)
include/notifier.php

index 55d74eb5f0a6ac379430c41091dbd33c75a51597..47dccc1bd9030a61453744b6e97584b0dd5217eb 100644 (file)
@@ -629,7 +629,7 @@ function notifier_run($argv, $argc){
                                                        if(get_config('system','dfrn_only') || (! get_config('system','diaspora_enabled')) || (! $normal_mode))
                                                                break;
                                                        
-                                                       if(! $contact['pubkey'])
+                                                       if(! $n[0]['pubkey'])
                                                                break;
                                        
                                                        if($target_item['verb'] === ACTIVITY_DISLIKE) {