Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Oct 3, 2023
1 parent d377170 commit ed990d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/GridViewHasSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ protected function _getColumnKey($column)
} elseif (!empty($column['class'])) {
$columnKey = $column['class'];
} else {
$columnKey = null;
$columnKey = "";
}
return hash('crc32', $columnKey);
}
Expand Down

0 comments on commit ed990d7

Please sign in to comment.