Merge pull request #202 from icecaster/patch-3

Fixed redirect url generation to work without trailing slashes
This commit is contained in:
Will Rossiter 2014-07-06 16:52:21 +12:00
commit 817b80412d

View File

@ -1040,7 +1040,7 @@ JS
}
}
return $this->redirect($this->Link() . 'finished' . $referrer);
return $this->redirect($this->Link('finished') . $referrer);
}
/**