summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-05-28 20:08:36 +0000
committerDries Buytaert <dries@buytaert.net>2001-05-28 20:08:36 +0000
commit9c8e8f7c2788fa475ff79d5b278be814fab7980c (patch)
tree3ad8af1a94afbe8e79ad2a6cbb3bebc6d56eafdf /modules
parent64707e9a859954a70666cb3f36883195f28c1088 (diff)
downloadbrdo-9c8e8f7c2788fa475ff79d5b278be814fab7980c.tar.gz
brdo-9c8e8f7c2788fa475ff79d5b278be814fab7980c.tar.bz2
- Fixed find-n-replace type in export.module.
(Reported by Kristjan.)
Diffstat (limited to 'modules')
-rw-r--r--modules/export.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/export.module b/modules/export.module
index b65fa569b..f63f6246c 100644
--- a/modules/export.module
+++ b/modules/export.module
@@ -39,7 +39,7 @@ function export_export_rss() {
print "xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n";
print "xmlns=\"http://purl.org/rss/1.0/\">\n\n";
- print "<channel rdf:about=\"". path_uri() ."export/exportsRSS10.rdf\">\n";
+ print "<channel rdf:about=\"". path_uri() ."export.php?headlines.rss\">\n";
print " <title>". variable_get(site_name, "drupal") ."</title>\n";
print " <link>". path_uri() ."</link>\n";
print " <description>". variable_get(site_name, "drupal") ."</description>\n";