diff --git a/cms/content.php b/cms/content.php index 6b34c6c04..4226cc288 100644 --- a/cms/content.php +++ b/cms/content.php @@ -36,7 +36,7 @@ else $version = (isset($_GET['version'])?$_GET['version']:null); $sprache = (isset($_GET['sprache'])?$_GET['sprache']:getSprache()); -$sichtbar = (isset($_GET['sichtbar'])?null:true); +$sichtbar = (isset($_GET['sichtbar'])?($_GET['sichtbar']=='true'?true:($_GET['sichtbar']=='false'?false:null)):null); $p = new phrasen($sprache); //XML Content laden