From: Friendika Date: Tue, 23 Aug 2011 10:07:26 +0000 (-0700) Subject: typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0739ae315bdc4d9d8d7c5021d34fc14860431c41;p=friendica.git typo --- diff --git a/include/notifier.php b/include/notifier.php index 14057c35b3..93df670f10 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -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) {