From fa6ed70c93bc4f03081776542adcb338030b887c Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 14 Dec 2004 19:40:51 +0000 Subject: [PATCH] Minimum change (curiosly PHP doesn't warn about it). --- rss/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5