aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-06-09 10:20:47 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-06-09 10:20:47 +0200
commit7ffd0ee41a70d30cadf18032f655222911304b7c (patch)
tree8951d4ac7d5a8b1d27929742890914c8c57c23e0 /include/notifier.php
parent6f9fd92c2eabd1b26182e2f7157f35e44f94dc67 (diff)
parent9203b48527050b0b4a17120a95b2b3202842d56d (diff)
downloadvolse-hubzilla-7ffd0ee41a70d30cadf18032f655222911304b7c.tar.gz
volse-hubzilla-7ffd0ee41a70d30cadf18032f655222911304b7c.tar.bz2
volse-hubzilla-7ffd0ee41a70d30cadf18032f655222911304b7c.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 98e38fb11..cb4dfe025 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -27,8 +27,6 @@ function notifier_run($argv, $argc){
$a->set_baseurl(get_config('system','url'));
- $prv = get_config('system','strict_privacy');
-
logger('notifier: invoked: ' . print_r($argv,true));
$cmd = $argv[1];
@@ -332,9 +330,6 @@ function notifier_run($argv, $argc){
break;
case 'stat':
- if($prv)
- break;
-
if($followup && $contact['notify']) {
logger('notifier: slapdelivery: ' . $contact['name']);
$deliver_status = slapper($owner,$contact['notify'],$slap);
@@ -465,7 +460,7 @@ function notifier_run($argv, $argc){
if($slap && count($url_recipients) && $followup && $notify_hub && (! $expire)) {
foreach($url_recipients as $url) {
- if($url && (! $prv)) {
+ if($url) {
logger('notifier: urldelivery: ' . $url);
$deliver_status = slapper($owner,$url,$slap);
// TODO: redeliver/queue these items on failure, though there is no contact record