diff options
author | friendica <info@friendica.com> | 2015-03-01 18:58:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-01 18:58:50 -0800 |
commit | d83460cd2ae5216208a17154d7a9858a5a633b33 (patch) | |
tree | 176c65f8505947cd0a799bb9f69018b8b97e1195 /mod/ping.php | |
parent | bc1afbc7625cf5d9f6f785a6c5d3f31ac3dffd1e (diff) | |
download | volse-hubzilla-d83460cd2ae5216208a17154d7a9858a5a633b33.tar.gz volse-hubzilla-d83460cd2ae5216208a17154d7a9858a5a633b33.tar.bz2 volse-hubzilla-d83460cd2ae5216208a17154d7a9858a5a633b33.zip |
The never ending saga of parent = 0 bugs on Dreamhost.
Diffstat (limited to 'mod/ping.php')
-rw-r--r-- | mod/ping.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php index f49789be5..001c5594d 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -287,7 +287,7 @@ function ping_init(&$a) { $result[] = format_notification($item); } } - logger('ping (network||home): ' . print_r($result, true), LOGGER_DATA); +// logger('ping (network||home): ' . print_r($result, true), LOGGER_DATA); echo json_encode(array('notify' => $result)); killme(); } |