alecpl
2010-09-21 115158136626d2d135cc20794b6e8dc19a8fe1bf
- Fix setting headers for IE in AJAX responses


2 files modified
11 ■■■■■ changed files
program/include/rcube_json_output.php 10 ●●●●● patch | view | raw | blame | history
program/include/rcube_template.php 1 ●●●● patch | view | raw | blame | history
program/include/rcube_json_output.php
@@ -36,16 +36,18 @@
    private $callbacks = array();
    private $message = null;
    public $browser;
    public $type = 'js';
    public $ajax_call = true;
    /**
     * Constructor
     */
    public function __construct($task)
    public function __construct($task=null)
    {
        $this->config = rcmail::get_instance()->config;
        $this->config  = rcmail::get_instance()->config;
        $this->browser = new rcube_browser();
    }
program/include/rcube_template.php
@@ -40,6 +40,7 @@
    var $js_commands = array();
    var $object_handlers = array();
    public $browser;
    public $type = 'html';
    public $ajax_call = false;