Added missing value reset
authorMarcel Werk <burntime@woltlab.com>
Fri, 4 Apr 2014 11:20:09 +0000 (13:20 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 4 Apr 2014 11:20:09 +0000 (13:20 +0200)
wcfsetup/install/files/lib/acp/form/AbstractCategoryAddForm.class.php

index b608324d7314a1e0669f9ae94d7f51d6e5ab4f10..983c67199262dff34f3ab60786712cd1e6e40357 100644 (file)
@@ -282,6 +282,7 @@ abstract class AbstractCategoryAddForm extends AbstractForm {
                // reset values
                $this->parentCategoryID = 0;
                $this->showOrder = 0;
+               $this->additionalData = array();
                
                $this->saved();