adds missing parameters to the getContent function

This commit is contained in:
SimonGschnell
2024-09-20 11:21:59 +02:00
parent 693313a23b
commit ca4865011d
@@ -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);