]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/TagController.php
TagController: ignore ActionMarkAsRead when removing tag from entry
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / TagController.php
index fb6a720b6e9d73d5b2608a505cf36a3a5836ed91..736eb1dc0b33b4e5240938386f097942d5639003 100644 (file)
@@ -70,7 +70,7 @@ class TagController extends Controller
             $em->flush();
         }
 
-        $redirectUrl = $this->get('wallabag_core.helper.redirect')->to($request->headers->get('referer'));
+        $redirectUrl = $this->get('wallabag_core.helper.redirect')->to($request->headers->get('referer'), '', true);
 
         return $this->redirect($redirectUrl);
     }