diff options
-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'); |