diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-01-25 09:51:36 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-01-25 09:51:36 +0100 |
commit | 960246fbb9e7e352908351c4f063b31f93ea1f52 (patch) | |
tree | 1490f071c63003f633a83cc649a4916296183cbb /Zotlabs/Daemon | |
parent | fafd05afb20f6a3bd190ff303a1aaa7c7260a7a9 (diff) | |
parent | 2fa274de1e567665c5fd3d25e382557eb4325d83 (diff) | |
download | volse-hubzilla-960246fbb9e7e352908351c4f063b31f93ea1f52.tar.gz volse-hubzilla-960246fbb9e7e352908351c4f063b31f93ea1f52.tar.bz2 volse-hubzilla-960246fbb9e7e352908351c4f063b31f93ea1f52.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r-- | Zotlabs/Daemon/Notifier.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index beb30ed96..5ee8843b2 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -434,6 +434,8 @@ class Notifier { $x['body'] = 'private'; logger('notifier: encoded item: ' . print_r($x,true), LOGGER_DATA, LOG_DEBUG); + //logger('notifier: encoded activity: ' . print_r($activity,true), LOGGER_DATA, LOG_DEBUG); + stringify_array_elms($recipients); if(! $recipients) { logger('no recipients'); |