Fixed issue 213, saving the configuration of the doc/issues is sending to the wrong page.
This commit is contained in:
parent
3c162486e4
commit
358a774017
@ -342,7 +342,7 @@ class IDF_Views_Project
|
|||||||
$conf->setVal($key, $val);
|
$conf->setVal($key, $val);
|
||||||
}
|
}
|
||||||
$request->user->setMessage(__('The documentation configuration has been saved.'));
|
$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));
|
array($prj->shortname));
|
||||||
return new Pluf_HTTP_Response_Redirect($url);
|
return new Pluf_HTTP_Response_Redirect($url);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user