This commit is contained in:
tianshujie
2024-01-05 09:36:29 +08:00
parent eb852ba56e
commit 0010ccdceb
+1 -1
View File
@@ -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);
}