program/include/rcube_json_output.php
@@ -41,10 +41,10 @@ /** * Constructor */ public function __construct(&$config, $task) public function __construct($task) { $this->task = $task; $this->config = $config; $this->config = rcmail::get_instance()->config; }