diff --git a/src/Model/RollupPage.php b/src/Model/RollupPage.php index 30cd9d0..b8ddf87 100644 --- a/src/Model/RollupPage.php +++ b/src/Model/RollupPage.php @@ -85,9 +85,7 @@ public function Children() { if ( $this->ShowLinksOnly !== 1 ) { return ArrayList::create(); } - parent::Children(); - - return parent::Children()->exclude( ['Content' => ''] ); +return parent::Children(); }