diff --git a/application/Espo/Core/Controllers/Record.php b/application/Espo/Core/Controllers/Record.php index 69e841edb1..248d8f308b 100644 --- a/application/Espo/Core/Controllers/Record.php +++ b/application/Espo/Core/Controllers/Record.php @@ -64,7 +64,7 @@ class Record extends Base return $service; } - public function actionRead($params) + public function actionRead($params, $data, $request) { $id = $params['id']; $entity = $this->getRecordService()->getEntity($id);