alecpl
2010-10-13 ad334a12579f21e4e04a47e257b9d0ac71d50b98
program/include/rcube_json_output.php
@@ -237,7 +237,7 @@
        unset($this->env['task'], $this->env['action'], $this->env['comm_path']);
        $rcmail = rcmail::get_instance();
        $response = array('action' => $rcmail->action, 'unlock' => (bool)$_REQUEST['_unlock']);
        $response = array('action' => $rcmail->action, 'unlock' => get_input_value('_unlock', RCUBE_INPUT_GPC));
        
        if (!empty($this->env))
            $response['env'] = $this->env;