Skip to content

Commit

Permalink
Merge branch 'MDL-30194-m20' of git://github.com/phalacee/moodle into…
Browse files Browse the repository at this point in the history
… MOODLE_20_STABLE
  • Loading branch information
Aparup Banerjee committed Nov 22, 2011
2 parents 3155070 + 3cbeceb commit d31ebf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moodlelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ function validate_param($param, $type, $allownull=NULL_NOT_ALLOWED, $debuginfo='
* </code>
*
* @param mixed $param the variable we are cleaning
* @param int $type expected format of param after cleaning.
* @param string $type expected format of param after cleaning.
* @return mixed
*/
function clean_param($param, $type) {
Expand Down

0 comments on commit d31ebf3

Please sign in to comment.