1
0
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:
trendschau
2025-07-15 21:41:04 +02:00
parent 217fb01b56
commit d283f51f13
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
version: '2.18.0'
version: '2.18.1'
title: 'Typemill'
author: 'Unknown'
copyright: false