mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
Minimum change (curiosly PHP doesn't warn about it).
This commit is contained in:
parent
e7f927a0fc
commit
fa6ed70c93
@ -68,7 +68,7 @@
|
||||
not_found();
|
||||
}
|
||||
|
||||
$filename = $instance.'.xml';;
|
||||
$filename = $instance.'.xml';
|
||||
$pathname = $CFG->dataroot.'/rss/'.$modulename.'/'.$filename;
|
||||
|
||||
//Check that file exists
|
||||
|
Loading…
x
Reference in New Issue
Block a user