mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-33564 rss: Fixing missing param type
This commit is contained in:
parent
b3434ca51d
commit
7a3451bc1a
1 changed files with 1 additions and 1 deletions
|
@ -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 $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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue