forked from wallabag/wallabag
Change the way to define algorithm for hashing url
This commit is contained in:
@ -351,7 +351,8 @@ class EntryRepository extends EntityRepository
|
||||
{
|
||||
return $this->findByHashedUrlAndUserId(
|
||||
UrlHasher::hashUrl($url),
|
||||
$userId);
|
||||
$userId
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user