From 7ef31042976bcff3edbb622fb6f589218423b590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 20 Jun 2014 09:09:09 +0000 Subject: [PATCH] Problem behoben bei dem im CMS keine Vorschau angezeigt wurde --- cms/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/content.php b/cms/content.php index 933f12eab..6b34c6c04 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']); +$sichtbar = (isset($_GET['sichtbar'])?null:true); $p = new phrasen($sprache); //XML Content laden