aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 76694f4ae..b8eef3971 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -15,8 +15,8 @@ require_once("datetime.php");
if($argc < 3)
exit;
-
- $baseurl = $argv[1]);
+dbg(3);
+ $baseurl = $argv[1];
$a->set_baseurl($argv[1]);
$cmd = $argv[2];
@@ -224,7 +224,7 @@ if($argc < 3)
$url = $rr['notify'] . '?dfrn_id=' . $rr['dfrn-id'];
$xml = fetch_url($url);
-
+echo $xml;
if(! $xml)
continue;
@@ -246,7 +246,7 @@ if($argc < 3)
$postvars['data'] = $atom_nowrite;
$xml = post_url($rr['notify'],$postvars);
-
+echo $xml;
}
killme();