Skip to content

Commit

Permalink
COM-20016: Warning when trying to render Bundles list
Browse files Browse the repository at this point in the history
  • Loading branch information
damianz5 committed Jul 12, 2017
1 parent c4ed0aa commit 72c765b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -144,7 +144,7 @@ private function excludeMaintainers(array $maintainers)
private function calculateChecksum(array $fields = array()) {
$string = '';
foreach ($fields as $field) {
$string += $field;
$string .= $field;
}
return md5($string);
}
Expand Down

0 comments on commit 72c765b

Please sign in to comment.