From 0113607bb922488281c33c558fac7d28816a273e Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Tue, 25 Feb 2020 15:56:59 +0100 Subject: [PATCH] chore: update kirby to 3.3.4 --- kirby | 2 +- site/controllers/notes.php | 2 +- site/snippets/menu.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kirby b/kirby index b884677..0330c0a 160000 --- a/kirby +++ b/kirby @@ -1 +1 @@ -Subproject commit b8846772d3cc2fabe4e84c5b7f128dcd0b6e4202 +Subproject commit 0330c0ae4214cde349710b099a770fffd0971b4e diff --git a/site/controllers/notes.php b/site/controllers/notes.php index 9675ca1..163d5d3 100644 --- a/site/controllers/notes.php +++ b/site/controllers/notes.php @@ -2,7 +2,7 @@ return function($site, $pages, $page) { // fetch the basic set of pages - $articles = $page->children()->visible()->flip(); + $articles = $page->children()->listed()->flip(); // add the tag filter if($tag = param('tag')) { diff --git a/site/snippets/menu.php b/site/snippets/menu.php index ef7631d..fec42d7 100644 --- a/site/snippets/menu.php +++ b/site/snippets/menu.php @@ -1,7 +1,7 @@