diff --git a/src/DataContainer/Page.php b/src/DataContainer/Page.php index e4fbdb5..0b46b73 100644 --- a/src/DataContainer/Page.php +++ b/src/DataContainer/Page.php @@ -141,6 +141,7 @@ public function configureFolderPage($dc) $this->db->update( 'tl_page', [ + 'alias' => '', 'noSearch' => '1', 'sitemap' => 'map_never', 'published' => '1',