Skip to content
Snippets Groups Projects
Commit 86b733cc authored by Alexander Hass's avatar Alexander Hass
Browse files

URLs with different casing can have issues and are therefore not the

same.
parent 22d0a577
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class LinkCheckerLink extends ContentEntityBase implements LinkCheckerLinkInterf
* {@inheritdoc}
*/
public static function generateHash($uri) {
return Crypt::hashBase64(mb_strtolower($uri));
return Crypt::hashBase64($uri);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment