Fixed missing repo param

Change-Id: I97a3f69feb2bc954183afe1a957122f6bb5706fa
This commit is contained in:
smarcet 2020-02-12 13:08:16 -03:00
parent e33cf7ee44
commit be328c84f7

View File

@ -84,7 +84,7 @@ class OAuth2SummitNotificationsApiController extends OAuth2ProtectedController
*/
public function getAll($summit_id)
{
$summit = SummitFinderStrategyFactory::build($this->getRepository(), $this->getResourceServerContext())->find($summit_id);
$summit = SummitFinderStrategyFactory::build($this->summit_repository, $this->getResourceServerContext())->find($summit_id);
if (is_null($summit)) return $this->error404();
return $this->_getAll(