Skip to content
Snippets Groups Projects
Unverified Commit 4e66eabe authored by Marco Borla's avatar Marco Borla Committed by GitHub
Browse files

Update class.list.php

Some fix for PHP 7,2 https://github.com/osTicket/osTicket/issues/4237
parent 24dbd3b3
No related branches found
No related tags found
No related merge requests found
......@@ -522,7 +522,7 @@ class DynamicList extends VerySimpleModel implements CustomList {
foreach (DynamicList::objects() as $list) {
$selections['list-'.$list->id] =
array($list->getPluralName(),
SelectionField, $list->get('id'));
'SelectionField', $list->get('id'));
}
return $selections;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment