mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-07 23:29:28 +00:00
Checkbox-Standardwert bei "sichtbar" in Englischer übersetzung auf True gesetzt
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user