Work Item: 20232

This commit is contained in:
jasperd
2015-01-31 16:18:01 +01:00
committed by agriffard
parent 276048d264
commit 165afc5b87

View File

@@ -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);
}