From b764fd8da247f1157292f43725c1910ae1ac9301 Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 14 Dec 2015 15:44:04 +0200 Subject: [PATCH] fix email select manager --- application/Espo/SelectManagers/Email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/SelectManagers/Email.php b/application/Espo/SelectManagers/Email.php index 6dc6e1730d..d75b9125a6 100644 --- a/application/Espo/SelectManagers/Email.php +++ b/application/Espo/SelectManagers/Email.php @@ -39,7 +39,7 @@ class Email extends \Espo\Core\SelectManagers\Base $this->addLeftJoin('users', $result); $this->setJoinCondition('users', array( 'userId' => $this->getUser()->id - )); + ), $result); } $this->addUsersColumns($result);