Skip to content

Commit

Permalink
Merge pull request #7266 from yguedidi/fix-same-domain-pagination
Browse files Browse the repository at this point in the history
Fix same domain pagination
  • Loading branch information
yguedidi committed Feb 19, 2024
2 parents 3d26ddd + a4820b2 commit bc16155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wallabag/CoreBundle/Controller/EntryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ public function shareEntryAction(Entry $entry, Config $craueConfig)
*
* @param int $page
*
* @Route("/domain/{id}/{page}", requirements={"id" = ".+"}, defaults={"page" = 1}, name="same_domain")
* @Route("/domain/{id}/{page}", requirements={"id" = "\d+"}, defaults={"page" = 1}, name="same_domain")
*
* @return Response
*/
Expand Down

0 comments on commit bc16155

Please sign in to comment.