PATCH: warning

This commit is contained in:
Alasdair Campbell
2016-01-20 10:59:49 +00:00
parent 10fee4d974
commit 283cac586d
@@ -295,7 +295,7 @@ class Activities extends \Espo\Core\Services\Base
{
$methodName = 'get' .$scope . 'CallQuery';
if (method_exists($this, $methodName)) {
return $this->$methodName($id, $op, $notIn);
return $this->$methodName($id, $op, $statusList);
}
$selectManager = $this->getSelectManagerFactory()->create('Call');