We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d013d04 + 4c36022 commit 3590d0fCopy full SHA for 3590d0f
src/Filters/Actions/RedirectFilterAction.php
@@ -29,10 +29,8 @@ public function parse() {
29
$this->require[] = 'copy';
30
$script .= " :copy";
31
}
32
- if (isset($this->params['notify']) || isset($this->params['notify'])) {
33
- $this->require[] = 'redirect-dsn';
34
- }
35
if (!empty($this->params['notify'])) {
+ $this->require[] = 'redirect-dsn';
36
$script .= " :notify \"{$this->params['notify']}\"";
37
38
if (!empty($this->params['ret'])) {
0 commit comments