mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Fixing Rsd routes
This commit is contained in:
parent
6458ad2db6
commit
724fc16459
@ -34,9 +34,9 @@ namespace Orchard.Blogs.Routing {
|
||||
//routeValues.ContainsKey("area") &&
|
||||
//routeValues["area"] == "Orchard.Blogs" &&
|
||||
routeValues.ContainsKey("controller") &&
|
||||
routeValues["area"] == "Blog" &&
|
||||
routeValues["controller"] == "Blog" &&
|
||||
routeValues.ContainsKey("action") &&
|
||||
routeValues["area"] == "Item"
|
||||
routeValues["action"] == "Item"
|
||||
;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user