Merge branch 'master' into dev

This commit is contained in:
Loic d'Anterroches
2009-05-25 12:16:44 +02:00
9 changed files with 25 additions and 88 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);
}