diff --git a/api/Controllers/v1/Edition.php b/api/Controllers/v1/Edition.php index 575413c..d06abd2 100644 --- a/api/Controllers/v1/Edition.php +++ b/api/Controllers/v1/Edition.php @@ -137,7 +137,7 @@ public function getByLanguage(ServerRequestInterface $request, ResponseInterface $result = $this->mc->get(md5('edition_' . $lang), function (ItemInterface $item) use ($lang) { $item->expiresAfter(604800); - $e = new EditionResponse($this->em,null, null, null, $lang); + $e = new EditionResponse($this->em,null, null, $lang); return [ $e->get(),