thomascube
2008-06-20 6ea6c9b96e33f0c6616ff270cc5b81efe216a209
program/include/rcube_json_output.php
@@ -34,7 +34,6 @@
    private $texts = array();
    private $commands = array();
    public $task = '';
    public $ajax_call = true;
    
    
@@ -43,7 +42,6 @@
     */
    public function __construct($task)
    {
        $this->task   = $task;
        $this->config = rcmail::get_instance()->config;
    }