aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2014-01-30 10:39:09 +0100
committerMichael Meer <michael@meer.name>2014-01-30 10:39:09 +0100
commit0a2b2a139080b41c10bbc7fc0f3b24129f2c3c38 (patch)
tree29906db19f930d0585c9978d2d3fbaf8ca47041b /include/zot.php
parente5d1e20ff50f49909e7df6fe7efe0d7488e58eaa (diff)
downloadvolse-hubzilla-0a2b2a139080b41c10bbc7fc0f3b24129f2c3c38.tar.gz
volse-hubzilla-0a2b2a139080b41c10bbc7fc0f3b24129f2c3c38.tar.bz2
volse-hubzilla-0a2b2a139080b41c10bbc7fc0f3b24129f2c3c38.zip
attempt with fix URL for testing works
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index 7c2cfe019..de2fb4202 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -134,6 +134,7 @@ function zot_build_packet($channel,$type = 'notify',$recipients = null, $remote_
function zot_zot($url,$data) {
+ logger('zot_zot ',LOGGER_DEBUG);
return z_post_url($url,array('data' => $data));
}