UserAction.class.php modified, the default value of both parameter is true, so the...
authorMarkus Gerdelmann <mdman@mdman.de>
Wed, 31 Aug 2011 14:29:45 +0000 (16:29 +0200)
committerMarkus Gerdelmann <mdman@mdman.de>
Wed, 31 Aug 2011 14:29:45 +0000 (16:29 +0200)
wcfsetup/install/files/lib/data/user/UserAction.class.php

index 494a68f21c37fb23981474dff458410c63b0d5ef..23708e0568d7da61069ed30566fd5f91fd1d7801 100644 (file)
@@ -128,7 +128,7 @@ class UserAction extends AbstractDatabaseObjectAction {
                
                foreach ($this->objects as $userEditor) {
                        if (count($groupIDs)) {
-                               $userEditor->addToGroups($groupIDs, true, true);
+                               $userEditor->addToGroups($groupIDs);
                        }
                        
                        if (count($removeGroups)) {