typo
This commit is contained in:
parent
afbc46c00f
commit
0739ae315b
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue