From 358a774017a18f24301b22b90dba6cc052b1daec Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Thu, 7 May 2009 14:54:42 +0200 Subject: [PATCH] Fixed issue 213, saving the configuration of the doc/issues is sending to the wrong page. --- src/IDF/Views/Project.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/Views/Project.php b/src/IDF/Views/Project.php index 6766161..409faf5 100644 --- a/src/IDF/Views/Project.php +++ b/src/IDF/Views/Project.php @@ -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); }