Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/staging' into j3/php8/camelcas…
Browse files Browse the repository at this point in the history
…e-args-joomla-lib
  • Loading branch information
SharkyKZ committed Oct 22, 2020
2 parents 7142f70 + 5ab787b commit 7c544d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Installer/InstallerHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public static function isChecksumValid($packagefile, $updateObject)
$hashRemote = $updateObject->$hash->_data;
$hashOnFile = true;

if ($hashPackage !== $hashRemote)
if ($hashPackage !== strtolower($hashRemote))
{
return self::HASH_NOT_VALIDATED;
}
Expand Down

0 comments on commit 7c544d3

Please sign in to comment.