Changeset be98dfc2 in github for program/include/rcube_output_html.php
- Timestamp:
- Apr 16, 2012 7:59:08 AM (13 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo
- Children:
- 963a10b
- Parents:
- 1aceb9c
- File:
-
- 1 edited
-
program/include/rcube_output_html.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_output_html.php
r1aceb9c rbe98dfc2 1207 1207 1208 1208 // 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)); 1210 1210 if (!$hook['abort']) { 1211 1211 if ($this->charset != RCMAIL_CHARSET) {
Note: See TracChangeset
for help on using the changeset viewer.
