mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-20 19:52:09 +00:00
Change the way to define algorithm for hashing url
This commit is contained in:
parent
4a5516376b
commit
0132ccd2a2
3 changed files with 12 additions and 12 deletions
|
@ -351,7 +351,8 @@ class EntryRepository extends EntityRepository
|
|||
{
|
||||
return $this->findByHashedUrlAndUserId(
|
||||
UrlHasher::hashUrl($url),
|
||||
$userId);
|
||||
$userId
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue