mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +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