Changeset 5cb8f9f in github
- Timestamp:
- Jul 31, 2012 12:07:54 PM (10 months ago)
- Children:
- 622bce2
- Parents:
- b6267dad
- File:
-
- 1 edited
-
plugins/newmail_notifier/newmail_notifier.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/newmail_notifier/newmail_notifier.php
r48e9c14 r5cb8f9f 52 52 $this->add_hook('new_messages', array($this, 'notify')); 53 53 // add script when not in ajax and not in frame 54 if (is_a($this->rc->output, 'rcube_ template') && empty($_REQUEST['_framed'])) {54 if (is_a($this->rc->output, 'rcube_output_html') && empty($_REQUEST['_framed'])) { 55 55 $this->add_texts('localization/'); 56 56 $this->rc->output->add_label('newmail_notifier.title', 'newmail_notifier.body');
Note: See TracChangeset
for help on using the changeset viewer.
