Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf353d8
)
rss MDL-23391 removed an outdated comment
author
Andrew Davis
<andrew@affinitysoftware.net>
Tue, 20 Jul 2010 08:13:02 +0000
(08:13 +0000)
committer
Andrew Davis
<andrew@affinitysoftware.net>
Tue, 20 Jul 2010 08:13:02 +0000
(08:13 +0000)
rss/file.php
patch
|
blob
|
blame
|
history
diff --git
a/rss/file.php
b/rss/file.php
index
910822b
..
2eab984
100644
(file)
--- 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();