program/include/rcube_output.php
@@ -22,7 +22,8 @@ /** * Class for output generation * * @package HTML * @package Framework * @subpackage View */ abstract class rcube_output { @@ -44,7 +45,7 @@ */ public function __construct($task = null, $framed = false) { $this->app = rcmail::get_instance(); $this->app = rcube::get_instance(); $this->config = $this->app->config; $this->browser = new rcube_browser(); }