From: Tim Düsterhus Date: Wed, 29 May 2013 17:58:01 +0000 (+0200) Subject: Fix PackageInstallationDispatcher for WCF_N != 1 X-Git-Tag: 2.0.0_Beta_2~15^2^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=26cf609654cc84cb9b87c841efd517ab4de8b334;p=GitHub%2FWoltLab%2FWCF.git Fix PackageInstallationDispatcher for WCF_N != 1 --- diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php index 83a05d9441..052498fee5 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php @@ -186,8 +186,8 @@ class PackageInstallationDispatcher { // rebuild config files for affected applications $sql = "SELECT package.packageID - FROM wcf1_package_installation_queue queue, - wcf1_package package + FROM wcf".WCF_N."_package_installation_queue queue, + wcf".WCF_N."_package package WHERE queue.processNo = ? AND package.packageID = queue.packageID AND package.packageID <> ?