MDL-33564 rss: Fixing missing param type

This commit is contained in:
David Monllao 2015-09-15 17:58:05 +08:00
parent b3434ca51d
commit 7a3451bc1a

View file

@ -178,7 +178,7 @@ send_file($pathname, 'rss.xml', 3600); // Cached by browsers for 1 hour.
* @param string $error the error type, default is rsserror * @param string $error the error type, default is rsserror
* @param string $filename the name of the file to created * @param string $filename the name of the file to created
* @param int $unused * @param int $unused
* @param $statuscode http 1.1 statuscode indicicating the error * @param string $statuscode http 1.1 statuscode indicicating the error
* @uses exit * @uses exit
*/ */
function rss_error($error='rsserror', $filename='rss.xml', $unused=0, $statuscode='404 Not Found') { function rss_error($error='rsserror', $filename='rss.xml', $unused=0, $statuscode='404 Not Found') {