Fix an URL in the RSS feed

release-1.1
Thomas Keller 2011-04-27 15:01:34 +02:00 committed by William MARTIN
parent 346b2c6cf8
commit 5322cdf609
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class IDF_Views_Project
$tmpl = new Pluf_Template('idf/index.atom');
$feedurl = Pluf::f('url_base').Pluf::f('idf_base').$request->query;
$viewurl = Pluf_HTTP_URL_urlForView('IDF_Views_Project::timeline',
array($prj->shortname));
array($prj->shortname, $model_filter));
$context = new Pluf_Template_Context_Request($request,
array('body' => $out,
'date' => $date,