aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-23 19:40:50 -0700
committerFriendika <info@friendika.com>2011-08-23 19:40:50 -0700
commit838d89a1104eae279fd80d337ce322560f0bda97 (patch)
treee63b2d62b45530e2ee1cf91276db6107a0a81e95 /include/notifier.php
parent6a052c35865f21a094446a462c07f2b653ce209f (diff)
downloadvolse-hubzilla-838d89a1104eae279fd80d337ce322560f0bda97.tar.gz
volse-hubzilla-838d89a1104eae279fd80d337ce322560f0bda97.tar.bz2
volse-hubzilla-838d89a1104eae279fd80d337ce322560f0bda97.zip
fix for public posts to D*
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php2
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) {