We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea185be commit fd3d309Copy full SHA for fd3d309
inc/abstractitiltarget.class.php
@@ -969,7 +969,7 @@ protected function showOLASettings() {
969
970
protected function showCategorySettings($rand) {
971
echo '<tr>';
972
- echo '<td width="15%">' . PluginFormcreatorCategory::getTypeName(1) . '</td>';
+ echo '<td width="15%">' . ITILCategory::getTypeName(1) . '</td>';
973
echo '<td width="25%">';
974
Dropdown::showFromArray(
975
'category_rule',
0 commit comments