From: stronk7 Date: Tue, 14 Dec 2004 19:40:51 +0000 (+0000) Subject: Minimum change (curiosly PHP doesn't warn about it). X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fa6ed70c93bc4f03081776542adcb338030b887c;p=moodle.git Minimum change (curiosly PHP doesn't warn about it). --- diff --git a/rss/file.php b/rss/file.php index eb169a5e22..cf2fc08913 100644 --- a/rss/file.php +++ b/rss/file.php @@ -68,7 +68,7 @@ not_found(); } - $filename = $instance.'.xml';; + $filename = $instance.'.xml'; $pathname = $CFG->dataroot.'/rss/'.$modulename.'/'.$filename; //Check that file exists