diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-07 16:11:39 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-07 16:11:39 -0800 |
commit | bd7d851758e9fdedade6458049a8fbc799da6eba (patch) | |
tree | 44a904d953b57538f0607b6f4e1f89f3827ac73e | |
parent | 5de1a1ce105525a389c94212745da36ac2d3b7d6 (diff) | |
download | volse-hubzilla-bd7d851758e9fdedade6458049a8fbc799da6eba.tar.gz volse-hubzilla-bd7d851758e9fdedade6458049a8fbc799da6eba.tar.bz2 volse-hubzilla-bd7d851758e9fdedade6458049a8fbc799da6eba.zip |
a loose end
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 68b19c3a8..276afb03e 100644 --- a/include/zot.php +++ b/include/zot.php @@ -4389,7 +4389,7 @@ function zot_reply_notify($data) { $ret = array('success' => false); - logger('notify received from ' . $connecting_url); + logger('notify received from ' . $data['sender']['url']); $async = get_config('system','queued_fetch'); |