diff --git a/framework/helper.class.php b/framework/helper.class.php index 93b9c86d9d..aba48806b3 100644 --- a/framework/helper.class.php +++ b/framework/helper.class.php @@ -528,7 +528,7 @@ function initTableData(array $items, array &$fieldList, object $model = null): a { foreach($actionMenu as $actionMenuKey => $actionName) { - if($actionMenuKey == 'other') + if($actionMenuKey === 'other') { foreach($actionName as $otherActionName) initTableActions($fieldList, $otherActionName); }