diff options
author | Friendika <info@friendika.com> | 2011-08-23 03:07:26 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-23 03:07:26 -0700 |
commit | 0739ae315bdc4d9d8d7c5021d34fc14860431c41 (patch) | |
tree | f44a810201f63cddb48eb001e8a7e04dbcab12d2 | |
parent | afbc46c00f3fcd66603bb6b725fd687335376d2d (diff) | |
download | volse-hubzilla-0739ae315bdc4d9d8d7c5021d34fc14860431c41.tar.gz volse-hubzilla-0739ae315bdc4d9d8d7c5021d34fc14860431c41.tar.bz2 volse-hubzilla-0739ae315bdc4d9d8d7c5021d34fc14860431c41.zip |
typo
-rw-r--r-- | include/notifier.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/notifier.php b/include/notifier.php index 14057c35b..93df670f1 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) { |