Fixed queue switching once uninstalling packages
authorAlexander Ebert <ebert@woltlab.com>
Fri, 7 Oct 2011 16:28:43 +0000 (18:28 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 7 Oct 2011 16:28:43 +0000 (18:28 +0200)
wcfsetup/install/files/lib/acp/action/UninstallPackageAction.class.php

index 6f69cdd4ac7ac6a99151985266643a7ba3253fa1..205c9efd2bd3ea6d0850248c50016063fc4bd135 100644 (file)
@@ -120,7 +120,7 @@ class UninstallPackageAction extends InstallPackageAction {
                }
                
                // continue with next node
-               $queueID = $this->installation->nodeBuilder->getQueueByNode($this->installation->queue->processNo, $this->node);
+               $queueID = $this->installation->nodeBuilder->getQueueByNode($this->installation->queue->processNo, $this->installation->nodeBuilder->getNextNode($this->node));
                $this->data = array(
                        'step' => 'uninstall',
                        'node' => $node,