From d4d1b048a5b25b956d1beadc288edca6d62ad345 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 20 Jul 2010 08:13:02 +0000 Subject: [PATCH] rss MDL-23391 removed an outdated comment --- rss/file.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/rss/file.php b/rss/file.php index 910822be1e8..2eab98423d2 100644 --- a/rss/file.php +++ b/rss/file.php @@ -32,9 +32,6 @@ if (empty($CFG->enablerssfeeds)) { $lifetime = 3600; // Seconds for files to remain in browser caches - 1 hour $filename = 'rss.xml'; -// this is a big one big hack - NO_MOODLE_COOKIES is not compatible with capabilities MDL-7243 -// it should be replaced once we get to codes in urls - $relativepath = get_file_argument(); if (!$relativepath) { rss_not_found(); -- 2.43.0