diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-22 20:57:20 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-22 20:57:20 -0700 |
commit | b02e30f1cfb3e92c65a5b8783256260a2e72ecc2 (patch) | |
tree | 96d9195ed0fb9d0b12a77451dd771293fba1421b /include/notifier.php | |
parent | 024f2019e6a3f23bec88d3c1100d67456e34adc9 (diff) | |
download | volse-hubzilla-b02e30f1cfb3e92c65a5b8783256260a2e72ecc2.tar.gz volse-hubzilla-b02e30f1cfb3e92c65a5b8783256260a2e72ecc2.tar.bz2 volse-hubzilla-b02e30f1cfb3e92c65a5b8783256260a2e72ecc2.zip |
sort out notify x-domain
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php index d00ef54f4..fe1925c33 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -17,7 +17,7 @@ if($argc < 3) exit; - $a->set_baseurl(get_config('system',url')); + $a->set_baseurl(get_config('system','url')); $baseurl = $argv[1]; $a->set_baseurl($argv[1]); @@ -34,6 +34,8 @@ break; } + if($debugging) + dbg(3); $recipients = array(); |