Skip to content

Commit

Permalink
always clear alias
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Feb 5, 2018
1 parent 959afe5 commit 0c53aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataContainer/Page.php
Expand Up @@ -141,6 +141,7 @@ public function configureFolderPage($dc)
$this->db->update(
'tl_page',
[
'alias' => '',
'noSearch' => '1',
'sitemap' => 'map_never',
'published' => '1',
Expand Down

0 comments on commit 0c53aeb

Please sign in to comment.