fix for public posts to D*

This commit is contained in:
Friendika 2011-08-23 19:40:50 -07:00
parent 6a052c3586
commit 838d89a110
1 changed files with 1 additions and 1 deletions

View 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) {