php 8 fix warning
This commit is contained in:
parent
0b3e32a223
commit
4c96921a5f
@ -346,7 +346,7 @@ class FormTicket
|
||||
}
|
||||
}
|
||||
|
||||
if ($conf->knowledgemanagement->enabled) {
|
||||
if (!empty($conf->knowledgemanagement->enabled)) {
|
||||
// KM Articles
|
||||
print '<tr id="KWwithajax"></tr>';
|
||||
print '<!-- Script to manage change of ticket group -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user