diff options
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 c95caf942..71571cbd5 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -143,13 +143,13 @@ function notifier_run($argv, $argc){ $item = $message[0]; $encoded_item = encode_mail($item); -dbg(1); + $s = q("select * from channel where channel_id = %d limit 1", intval($item['channel_id']) ); if($s) $channel = $s[0]; -dbg(0); + } elseif($cmd === 'expire') { $normal_mode = false; |