From: Friendika Date: Wed, 24 Aug 2011 02:40:50 +0000 (-0700) Subject: fix for public posts to D* X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=838d89a1104eae279fd80d337ce322560f0bda97;p=friendica.git fix for public posts to D* --- diff --git a/include/notifier.php b/include/notifier.php index 55d74eb5f0..47dccc1bd9 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -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) {