mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Work Item: 20232
This commit is contained in:
@@ -93,7 +93,7 @@ namespace Orchard.Core.Navigation.Drivers {
|
||||
}
|
||||
|
||||
// inject the current page
|
||||
if (!part.AddCurrentPage) {
|
||||
if (!part.AddCurrentPage && selectedPath != null) {
|
||||
result.RemoveAt(result.Count - 1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user