mirror of
https://github.com/wallabag/wallabag.git
synced 2025-04-09 19:44:05 +00: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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue