Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/controller/sfWebController.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public function convertUrlStringToParameters($url)
/**
* Redirects the request to another URL.
*
* @param string $url An associative array of URL parameters or an internal URI as a string
* @param mixed $url An associative array of URL parameters or an internal URI as a string
* @param int $delay A delay in seconds before redirecting. This is only needed on
* browsers that do not support HTTP headers
* @param int $statusCode The status code
Expand Down