aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-23 03:07:26 -0700
committerFriendika <info@friendika.com>2011-08-23 03:07:26 -0700
commit0739ae315bdc4d9d8d7c5021d34fc14860431c41 (patch)
treef44a810201f63cddb48eb001e8a7e04dbcab12d2 /include/notifier.php
parentafbc46c00f3fcd66603bb6b725fd687335376d2d (diff)
downloadvolse-hubzilla-0739ae315bdc4d9d8d7c5021d34fc14860431c41.tar.gz
volse-hubzilla-0739ae315bdc4d9d8d7c5021d34fc14860431c41.tar.bz2
volse-hubzilla-0739ae315bdc4d9d8d7c5021d34fc14860431c41.zip
typo
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php4
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) {