diff --git a/application/controllers/api/frontend/v1/Cms.php b/application/controllers/api/frontend/v1/Cms.php index 1c2920dc6..9b45fe81d 100644 --- a/application/controllers/api/frontend/v1/Cms.php +++ b/application/controllers/api/frontend/v1/Cms.php @@ -80,7 +80,7 @@ class Cms extends FHCAPI_Controller $sprache = $this->input->get("sprache",TRUE); $sichtbar = $this->input->get("sichtbar",TRUE); - $content = $this->cmslib->getContent($content_id); + $content = $this->cmslib->getContent($content_id, $version, $sprache, $sichtbar); $content = $this->getDataOrTerminateWithError($content);