diff options
author | Thomas Willingham <founder@kakste.com> | 2013-01-03 09:17:11 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-01-03 09:17:11 +0000 |
commit | b1a02cf450c92e88f3375d15b153d0046bc5c724 (patch) | |
tree | a3c4db0f0dd1f9b0bde31ec1f78117d9acb19907 /include/notifier.php | |
parent | 577236c372b4eaa1e93d60d7bedaecea8ef8c97f (diff) | |
parent | 1e7a5560f5a5887641d120e77f0f9993bf3b58b9 (diff) | |
download | volse-hubzilla-b1a02cf450c92e88f3375d15b153d0046bc5c724.tar.gz volse-hubzilla-b1a02cf450c92e88f3375d15b153d0046bc5c724.tar.bz2 volse-hubzilla-b1a02cf450c92e88f3375d15b153d0046bc5c724.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/notifier.php b/include/notifier.php index 71571cbd5..ebb6f7bb5 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -49,7 +49,7 @@ require_once('include/html2plain.php'); require_once('include/cli_startup.php'); require_once('include/zot.php'); - +require_once('include/queue_fn.php'); function notifier_run($argv, $argc){ @@ -261,8 +261,8 @@ function notifier_run($argv, $argc){ stringify_array_elms($recipients); if(! $recipients) return; - logger('notifier: recipients: ' . print_r($recipients,true)); + logger('notifier: recipients: ' . print_r($recipients,true)); $env_recips = null; if($private) { |