]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/EntryController.php
Move icon into the top menu bar
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / EntryController.php
index dfb5eb5490c2ad502015238abaea05e6dd985a9e..5c8ecb402f661c31bcabcaaf4dd57070f06dc1da 100644 (file)
@@ -253,7 +253,7 @@ class EntryController extends Controller
      *
      * @param string $type
      *
-     * @Route("/{type}/random", name="random_entry", requirements={"_locale": "unread|starred|archive|untagged|all"})
+     * @Route("/{type}/random", name="random_entry", requirements={"type": "unread|starred|archive|untagged|all"})
      *
      * @return \Symfony\Component\HttpFoundation\RedirectResponse
      */