alecpl
2010-09-21 115158136626d2d135cc20794b6e8dc19a8fe1bf
program/include/rcube_json_output.php
@@ -36,6 +36,7 @@
    private $callbacks = array();
    private $message = null;
    public $browser;
    public $type = 'js';
    public $ajax_call = true;
    
@@ -43,9 +44,10 @@
    /**
     * Constructor
     */
    public function __construct($task)
    public function __construct($task=null)
    {
        $this->config = rcmail::get_instance()->config;
        $this->browser = new rcube_browser();
    }