Aleksander Machniak
2013-03-18 5147eea0a228e6680f0af7b6f9f2f4fe41aa921d
Fix notification broken in last commit
1 files modified
6 ■■■■ changed files
plugins/newmail_notifier/newmail_notifier.php 6 ●●●● patch | view | raw | blame | history
plugins/newmail_notifier/newmail_notifier.php
@@ -181,7 +181,11 @@
            $this->notified = true;
            $this->rc->output->command('plugin.newmail_notifier',
                array('basic' => $basic, 'sound' => $sound, 'desktop' => $desktop));
                array(
                    'basic'   => $this->opt['basic'],
                    'sound'   => $this->opt['sound'],
                    'desktop' => $this->opt['desktop'],
                ));
        }
        return $args;