forked from wallabag/wallabag
Update src/Wallabag/CoreBundle/Controller/TagController.php
Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
This commit is contained in:
@ -251,8 +251,6 @@ class TagController extends Controller
|
|||||||
$em->flush();
|
$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));
|
return $this->redirect($this->get(Redirect::class)->to($request->getSession()->get('prevUrl'), '', true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user