From d2a6d7ee997f1ae8e2f3ff8446d3a1ea13f84f78 Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 28 Jun 2018 11:28:36 +0300 Subject: [PATCH] fix event confirmation --- application/Espo/Modules/Crm/EntryPoints/EventConfirmation.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/Espo/Modules/Crm/EntryPoints/EventConfirmation.php b/application/Espo/Modules/Crm/EntryPoints/EventConfirmation.php index bb99bacc85..8fac378b03 100644 --- a/application/Espo/Modules/Crm/EntryPoints/EventConfirmation.php +++ b/application/Espo/Modules/Crm/EntryPoints/EventConfirmation.php @@ -116,6 +116,8 @@ class EventConfirmation extends \Espo\Core\EntryPoints\Base "; $this->getClientManager()->display($runScript); + + return; } throw new Error();