Option form no longer sets a default tab menu item
authorAlexander Ebert <ebert@woltlab.com>
Thu, 8 Nov 2012 23:00:34 +0000 (00:00 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 8 Nov 2012 23:00:34 +0000 (00:00 +0100)
wcfsetup/install/files/lib/acp/form/OptionForm.class.php

index 250fd8718d05046184ef37143259e3118768e1b8..c79f45c4a795a691085c19e382e3c15725b31a6e 100644 (file)
@@ -94,8 +94,6 @@ class OptionForm extends AbstractOptionListForm {
                        if (!isset($this->optionTree[0])) {
                                throw new IllegalLinkException();
                        }
-                       
-                       $this->activeTabMenuItem = $this->optionTree[0]['object']->categoryName;
                }
        }