Fixed issue 213, saving the configuration of the doc/issues is sending to the wrong page.

master
Loic d'Anterroches 2009-05-07 14:54:42 +02:00
parent 3c162486e4
commit 358a774017
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ class IDF_Views_Project
$conf->setVal($key, $val);
}
$request->user->setMessage(__('The documentation configuration has been saved.'));
$url = Pluf_HTTP_URL_urlForView('IDF_Views_Project::adminDownloads',
$url = Pluf_HTTP_URL_urlForView('IDF_Views_Project::adminWiki',
array($prj->shortname));
return new Pluf_HTTP_Response_Redirect($url);
}