forked from wallabag/wallabag
Merge pull request #1925 from wallabag/fix-redirect-without-referer
Redirect to homepage if referer is null
This commit is contained in:
@ -114,3 +114,8 @@ services:
|
||||
class: Wallabag\CoreBundle\Operator\Doctrine\Matches
|
||||
tags:
|
||||
- { name: rulerz.operator, executor: rulerz.executor.doctrine, operator: matches, inline: true }
|
||||
|
||||
wallabag_core.helper.redirect:
|
||||
class: Wallabag\CoreBundle\Helper\Redirect
|
||||
arguments:
|
||||
- "@router"
|
||||
|
||||
Reference in New Issue
Block a user