diff options
author | Friendika <info@friendika.com> | 2011-08-23 19:40:50 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-23 19:40:50 -0700 |
commit | 838d89a1104eae279fd80d337ce322560f0bda97 (patch) | |
tree | e63b2d62b45530e2ee1cf91276db6107a0a81e95 /include | |
parent | 6a052c35865f21a094446a462c07f2b653ce209f (diff) | |
download | volse-hubzilla-838d89a1104eae279fd80d337ce322560f0bda97.tar.gz volse-hubzilla-838d89a1104eae279fd80d337ce322560f0bda97.tar.bz2 volse-hubzilla-838d89a1104eae279fd80d337ce322560f0bda97.zip |
fix for public posts to D*
Diffstat (limited to 'include')
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php index 55d74eb5f..47dccc1bd 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) { |