Fixed method call
authorAlexander Ebert <ebert@woltlab.com>
Fri, 12 Jul 2013 23:23:02 +0000 (01:23 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 12 Jul 2013 23:23:02 +0000 (01:23 +0200)
wcfsetup/install/files/lib/acp/form/UserBulkProcessingForm.class.php

index 79ae669adacf664d8dfe710ef62eccf9de4bb8a5..b9091ff93e5feea8082c15741fe67d81de3a004f 100644 (file)
@@ -373,7 +373,7 @@ class UserBulkProcessingForm extends UserOptionListForm {
                                
                                $userIDs = $this->fetchUsers();
                                
-                               UserEditor::deleteUsers($userIDs);
+                               UserEditor::deleteAll($userIDs);
                        break;
                }
                $this->saved();