Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit e7c6e4c

Browse files
author
Jens Krumsieck
committed
fixed label sys
1 parent 00d9d72 commit e7c6e4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

files/lib/data/category/LinklistCategory.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public function getAvailableLabelGroups() {
7070
if($this->availableLabelGroups === null) {
7171
// get object type
7272
$objectType = ObjectTypeCache::getInstance()->getObjectTypeByName('com.woltlab.wcf.label.objectType', 'de.codequake.linklist.category');
73+
7374
if($objectType === null) {
7475
return null;
7576
}

xml/objectType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- label -->
2222
<type>
2323
<name>de.codequake.linklist.link</name>
24-
<definitionname>com.woltlab.wcf.label.object</definitionname>
24+
<definitionname>com.woltlab.wcf.label.objectType</definitionname>
2525
<classname>linklist\system\label\object\LinkLabelObjectHandler</classname>
2626
</type>
2727

0 commit comments

Comments
 (0)