mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
Merge pull request #202 from icecaster/patch-3
Fixed redirect url generation to work without trailing slashes
This commit is contained in:
commit
817b80412d
@ -1040,7 +1040,7 @@ JS
|
||||
}
|
||||
}
|
||||
|
||||
return $this->redirect($this->Link() . 'finished' . $referrer);
|
||||
return $this->redirect($this->Link('finished') . $referrer);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user