mirror of
https://github.com/typemill/typemill.git
synced 2025-07-25 00:02:28 +02:00
Fixed search error becaus of non existing removeHiddenPages call
This commit is contained in:
@@ -267,7 +267,7 @@ class Navigation extends Folder
|
||||
|
||||
$liveNavigation = $this->generateLiveNavigationFromDraft($draftNavigation);
|
||||
|
||||
$liveNavigation = $this->removeHiddenPages($liveNavigation);
|
||||
$liveNavigation = $this->removePages($liveNavigation, $hidden = true, $restricted = false);
|
||||
|
||||
return $liveNavigation;
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
version: '2.18.0'
|
||||
version: '2.18.1'
|
||||
title: 'Typemill'
|
||||
author: 'Unknown'
|
||||
copyright: false
|
||||
|
Reference in New Issue
Block a user