Skip to content

Commit

Permalink
MDL-33564 rss: Fixing missing param type
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Sep 15, 2015
1 parent b3434ca commit 7a3451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
* @param string $error the error type, default is rsserror
* @param string $filename the name of the file to created
* @param int $unused
* @param $statuscode http 1.1 statuscode indicicating the error
* @param string $statuscode http 1.1 statuscode indicicating the error
* @uses exit
*/
function rss_error($error='rsserror', $filename='rss.xml', $unused=0, $statuscode='404 Not Found') {
Expand Down

0 comments on commit 7a3451b

Please sign in to comment.