- Fix for bug: When publishing a post from the “edit post” page, should redirect to the list of posts

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045707
This commit is contained in:
suhacan
2010-01-19 19:35:27 +00:00
parent 1920138e57
commit f4c22d37ee

View File

@@ -167,7 +167,7 @@ namespace Orchard.Blogs.Controllers {
_services.Notifier.Information(T("Blog post information updated."));
return Redirect(Url.BlogPostEdit(blog.Slug, post.Slug));
return Redirect(Url.BlogForAdmin(blogSlug));
}
[HttpPost]