Aleksander Machniak
2012-10-17 38b6aac6042311bbf95c0492f4083eb25b12b72e
program/include/rcube_output.php
@@ -44,7 +44,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();
    }