Ignore:
Timestamp:
Apr 16, 2012 7:59:08 AM (13 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo
Children:
963a10b
Parents:
1aceb9c
Message:
  • Replace some references to rcmail with rcube
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_output_html.php

    r1aceb9c rbe98dfc2  
    12071207 
    12081208        // trigger hook with final HTML content to be sent 
    1209         $hook = rcmail::get_instance()->plugins->exec_hook("send_page", array('content' => $output)); 
     1209        $hook = $this->app->plugins->exec_hook("send_page", array('content' => $output)); 
    12101210        if (!$hook['abort']) { 
    12111211            if ($this->charset != RCMAIL_CHARSET) { 
Note: See TracChangeset for help on using the changeset viewer.