From 5b110ee7b2f6fe8a51ebd97dfe39ac022f6bf2e0 Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 18 May 2016 16:30:46 +0300 Subject: [PATCH] fix warning --- application/Espo/Core/Controllers/Record.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);