Skip to content

Commit

Permalink
Updating doc block for Valdation::url optional parameter. Fixes #6220.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8126 3807eeeb-6ff5-0310-8944-8be069107fe0
  • Loading branch information
jperras committed Mar 23, 2009
1 parent 4439bc4 commit 14aaa16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cake/libs/validation.php
Expand Up @@ -798,6 +798,7 @@ function ssn($check, $regex = null, $country = null) {
* an optional fragment (anchor tag)
*
* @param string $check Value to check
* @param boolean $strict Require URL to be prefixed by a valid scheme (one of http(s)/ftp(s)/file/news/gopher)
* @return boolean Success
* @access public
*/
Expand Down Expand Up @@ -925,4 +926,4 @@ function __reset() {
$this->errors = array();
}
}
?>
?>

0 comments on commit 14aaa16

Please sign in to comment.