Merge pull request #82 from alasdaircr/PATCH_warning

Typo in variable name
This commit is contained in:
Yuri Kuznetsov
2016-01-20 15:19:51 +02:00
@@ -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');