Skip to content

Commit

Permalink
Remove default template from installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkades committed Oct 26, 2020
1 parent 691ce37 commit c523bd1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/installation/views/includes/site_initialize.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,12 +622,6 @@
));

// Templates
$queries->create('templates', array(
'name' => 'Default',
'enabled' => 1,
'is_default' => 0
));

$queries->create('templates', array(
'name' => 'DefaultRevamp',
'enabled' => 1,
Expand Down

0 comments on commit c523bd1

Please sign in to comment.