regex replaces old content links with new CIS4 controller links and adopts the Menu Entry links to not refresh the page when closing the Menu point

This commit is contained in:
SimonGschnell
2024-10-14 10:17:20 +02:00
parent 9fd02460ce
commit ed1d4b1a50
3 changed files with 5 additions and 3 deletions
@@ -81,7 +81,6 @@ class Cms extends FHCAPI_Controller
$sichtbar = $this->input->get("sichtbar",TRUE);
$content = $this->cmslib->getContent($content_id, $version, $sprache, $sichtbar);
$content = $this->getDataOrTerminateWithError($content);
$this->terminateWithSuccess($content);