Merge branch 'master' of github.com:WoltLab/WCF
authorAlexander Ebert <ebert@woltlab.com>
Thu, 9 Feb 2012 16:22:54 +0000 (17:22 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 9 Feb 2012 16:22:54 +0000 (17:22 +0100)
1  2 
wcfsetup/install/files/lib/acp/action/UninstallPackageAction.class.php

index fc36e0a3a939df67b7f5cbcd831f5c756396f712,04feee1b05bab25185d3ee2a33cd543e032ae366..f8bf803bc32bfb3ae1751158536e02632bfccc7c
@@@ -1,9 -1,9 +1,9 @@@
  <?php
  namespace wcf\acp\action;
  use wcf\action\AbstractDialogAction;
- use wcf\data\package\Package;
  use wcf\data\package\installation\queue\PackageInstallationQueue;
  use wcf\data\package\installation\queue\PackageInstallationQueueEditor;
+ use wcf\data\package\Package;
  use wcf\system\exception\IllegalLinkException;
  use wcf\system\exception\SystemException;
  use wcf\system\package\PackageUninstallationDispatcher;
@@@ -110,7 -110,6 +110,7 @@@ class UninstallPackageAction extends In
                if ($node == '') {
                        // remove node data
                        $this->installation->nodeBuilder->purgeNodes();
 +                      $this->finalize($queueID);
                        
                        // redirect to application if not already within one
                        if (PACKAGE_ID == 1) {