This commit is contained in:
Friendika 2011-08-23 03:07:26 -07:00
parent afbc46c00f
commit 0739ae315b
1 changed files with 2 additions and 2 deletions

View File

@ -506,7 +506,7 @@ function notifier_run($argv, $argc){
if(get_config('system','dfrn_only') || (! get_config('system','diaspora_enabled')) || (! $normal_mode))
break;
if(! contact['pubkey'])
if(! $contact['pubkey'])
break;
if($target_item['verb'] === ACTIVITY_DISLIKE) {
@ -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(! $contact['pubkey'])
break;
if($target_item['verb'] === ACTIVITY_DISLIKE) {