From 58d93fee8d924690e49288cf79a4d2a226a39b12 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 13 Oct 2023 15:40:33 +0200 Subject: [PATCH] Use the proper format for the instance number --- .../install/files/lib/system/label/LabelPickerGroup.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/label/LabelPickerGroup.class.php b/wcfsetup/install/files/lib/system/label/LabelPickerGroup.class.php index 8851232d10..01324b7b74 100644 --- a/wcfsetup/install/files/lib/system/label/LabelPickerGroup.class.php +++ b/wcfsetup/install/files/lib/system/label/LabelPickerGroup.class.php @@ -146,7 +146,7 @@ final class LabelPickerGroup implements \Countable, \IteratorAggregate <<<'EOT' %s NOT IN ( SELECT objectID - FROM wcf%s_label_object + FROM wcf%d_label_object WHERE objectTypeID = ? AND labelID IN (?) ) @@ -165,7 +165,7 @@ final class LabelPickerGroup implements \Countable, \IteratorAggregate <<<'EOT' %s IN ( SELECT objectID - FROM wcf%s_label_object + FROM wcf%d_label_object WHERE objectTypeID = ? AND labelID = ? ) -- 2.20.1