forked from wallabag/wallabag
Some cleanup
Also, do not run the hashed_url migration into a Doctrine migration
This commit is contained in:
@ -52,7 +52,6 @@ class EntryRestController extends WallabagRestController
|
||||
foreach ($hashedUrls as $hashedUrl) {
|
||||
$res = $repo->findByHashedUrlAndUserId($hashedUrl, $this->getUser()->getId());
|
||||
|
||||
// $results[$url] = $this->returnExistInformation($res, $returnId);
|
||||
$results[$hashedUrl] = $this->returnExistInformation($res, $returnId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user