Fixed box edit issue
authorMarcel Werk <burntime@woltlab.com>
Tue, 3 May 2016 09:38:34 +0000 (11:38 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 3 May 2016 09:38:34 +0000 (11:38 +0200)
wcfsetup/install/files/lib/acp/form/BoxEditForm.class.php

index 2634407ed3969f39b0f8819348f2df4475b54426..79c889e960ec2f0e15def27ea52d44d7abf1587b 100644 (file)
@@ -96,7 +96,10 @@ class BoxEditForm extends BoxAddForm {
                        'visibleEverywhere' => $this->visibleEverywhere,
                        'cssClassName' => $this->cssClassName,
                        'showHeader' => $this->showHeader,
-                       'controller' => $this->controller
+                       'controller' => $this->controller,
+                       'linkPageID' => $this->linkPageID,
+                       'linkPageObjectID' => ($this->linkPageObjectID ?: 0),
+                       'externalURL' => $this->externalURL
                ]), 'content' => $content, 'pageIDs' => $this->pageIDs]);
                $this->objectAction->executeAction();