From d6acb6dfdce588b1f27438fd58139fdbd6f7adef Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 20 Jun 2016 11:06:26 +0300 Subject: [PATCH] fix notice --- application/Espo/Services/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Services/User.php b/application/Espo/Services/User.php index e8c41e0b0c..929497c74a 100644 --- a/application/Espo/Services/User.php +++ b/application/Espo/Services/User.php @@ -438,7 +438,7 @@ class User extends Record $this->getFileManager()->removeFile('data/cache/application/acl/' . $id . '.php'); } - protected function afterMassUpdate(array $idList, array $data) + protected function afterMassUpdate(array $idList, array $data = array()) { parent::afterMassUpdate($idList, $data);