Skip to content

Commit 0f1db1b

Browse files
committed
Fix wrong label object type
1 parent 3b94bfb commit 0f1db1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wcfsetup/install/files/lib/acp/form/ArticleAddForm.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ protected function createLabelFormFields(): array
247247

248248
$labelFormFields[] = LabelFormField::create('labelIDs' . $groupID)
249249
->objectProperty('labelIDs')
250-
->objectType('com.woltlab.wcf.article.category')
250+
->objectType('com.woltlab.wcf.article')
251251
->available(
252252
!$labelGroup->hasPermissions()
253253
|| $labelGroup->getPermission($optionID)

0 commit comments

Comments
 (0)