mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-08 15:48:49 +01:00
Update src/Wallabag/CoreBundle/Controller/TagController.php
Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
This commit is contained in:
parent
fbccae8a79
commit
97fee36fa6
@ -251,8 +251,6 @@ class TagController extends Controller
|
||||
$em->flush();
|
||||
}
|
||||
|
||||
$redirectUrl = $this->get(Redirect::class)->to($request->headers->get('referer'), '', true);
|
||||
|
||||
return $this->redirect($this->get(Redirect::class)->to($request->getSession()->get('prevUrl'), '', true));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user