diff --git a/phpgwapi/inc/class.service_schedule.inc.php b/phpgwapi/inc/class.service_schedule.inc.php index a73b3b0bf2..a3d5548e7e 100644 --- a/phpgwapi/inc/class.service_schedule.inc.php +++ b/phpgwapi/inc/class.service_schedule.inc.php @@ -39,7 +39,7 @@ function read_list($data) { - return ExecMethod($this->svc . '.' . $this->function_map['store_to_cache']['function'],$data); + return ExecMethod($this->svc . '.' . $this->function_map['search']['function'],$data); } function save($data)