Skip to content

Commit fd3d309

Browse files
committed
fix(targetticket): wrong property label
1 parent ea185be commit fd3d309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/abstractitiltarget.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ protected function showOLASettings() {
969969

970970
protected function showCategorySettings($rand) {
971971
echo '<tr>';
972-
echo '<td width="15%">' . PluginFormcreatorCategory::getTypeName(1) . '</td>';
972+
echo '<td width="15%">' . ITILCategory::getTypeName(1) . '</td>';
973973
echo '<td width="25%">';
974974
Dropdown::showFromArray(
975975
'category_rule',

0 commit comments

Comments
 (0)