From 26cf609654cc84cb9b87c841efd517ab4de8b334 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 29 May 2013 19:58:01 +0200 Subject: [PATCH] Fix PackageInstallationDispatcher for WCF_N != 1 --- .../system/package/PackageInstallationDispatcher.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 <> ? -- 2.20.1