Changeset 5882 in subversion for branches/devel-framework/roundcubemail
- Timestamp:
- Feb 15, 2012 5:14:59 AM (15 months ago)
- Location:
- branches/devel-framework/roundcubemail/program
- Files:
-
- 2 edited
-
include/rcube_output_html.php (modified) (1 diff)
-
steps/mail/get.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-framework/roundcubemail/program/include/rcube_output_html.php
r5881 r5882 60 60 * @todo Replace $this->config with the real rcube_config object 61 61 */ 62 public function __construct($task , $framed = false)62 public function __construct($task = null, $framed = false) 63 63 { 64 64 parent::__construct(); -
branches/devel-framework/roundcubemail/program/steps/mail/get.inc
r5880 r5882 135 135 } 136 136 137 $OUTPUT = new rcube_ html_page();137 $OUTPUT = new rcube_output_html(); 138 138 $OUTPUT->write($out); 139 139 }
Note: See TracChangeset
for help on using the changeset viewer.
