Fix notification broken in last commit

pull/62/head
Aleksander Machniak 11 years ago
parent 6228e3784f
commit 5147eea0a2

@ -181,7 +181,11 @@ class newmail_notifier extends rcube_plugin
$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;

Loading…
Cancel
Save