Checkbox-Standardwert bei "sichtbar" in Englischer übersetzung auf True gesetzt

This commit is contained in:
Manfred Kindl
2011-07-22 15:25:12 +00:00
parent b37df7af69
commit e5ecc6fa8d
+1 -1
View File
@@ -227,7 +227,7 @@ if(!is_null($method))
$content->getContent($content_id);
$content->new = true;
$content->sichtbar=false;
$content->sichtbar=true;
$content->sprache=$_POST['sprache'];
$content->insertvon = $user;
$content->insertamum = date('Y-m-d H:i:s');