mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Remove comments...
This commit is contained in:
@@ -37,7 +37,6 @@ namespace Orchard.Blogs.Routing {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//IDictionary<string, string> routeValues;
|
|
||||||
AliasInfo aliasInfo;
|
AliasInfo aliasInfo;
|
||||||
if (!_aliasHolder.GetMap("Orchard.Blogs").TryGetAlias(path, out aliasInfo)) {
|
if (!_aliasHolder.GetMap("Orchard.Blogs").TryGetAlias(path, out aliasInfo)) {
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user