Fixed issue in box management
authorMarcel Werk <burntime@woltlab.com>
Sat, 14 May 2016 19:31:20 +0000 (21:31 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 16 May 2016 09:51:44 +0000 (11:51 +0200)
wcfsetup/install/files/lib/acp/form/BoxEditForm.class.php

index e4358c10dcf9482e0c8bf47a1d4ab9d02bc5105a..8845798de17b340df0a21ad632476968d2744c78 100644 (file)
@@ -143,6 +143,7 @@ class BoxEditForm extends BoxAddForm {
                        $this->cssClassName = $this->box->cssClassName;
                        $this->boxControllerID = $this->box->objectTypeID;
                        if ($this->box->showHeader) $this->showHeader = 1;
+                       else $this->showHeader = 0;
                        if ($this->box->visibleEverywhere) $this->visibleEverywhere = 1;
                        else $this->visibleEverywhere = 0;
                        $this->pageIDs = $this->box->getPageIDs();