]> git.mjollnir.org Git - moodle.git/commitdiff
Minimum change (curiosly PHP doesn't warn about it).
authorstronk7 <stronk7>
Tue, 14 Dec 2004 19:40:51 +0000 (19:40 +0000)
committerstronk7 <stronk7>
Tue, 14 Dec 2004 19:40:51 +0000 (19:40 +0000)
rss/file.php

index eb169a5e22b90fd4dfafc0d0c5606016ce9ab9cd..cf2fc0891352b58f7336d9f9f079f458ea67884e 100644 (file)
@@ -68,7 +68,7 @@
         not_found();
     }
 
-    $filename = $instance.'.xml';;
+    $filename = $instance.'.xml';
     $pathname = $CFG->dataroot.'/rss/'.$modulename.'/'.$filename;
 
     //Check that file exists