Skip to content

Commit

Permalink
Dev: fix on DB upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jul 19, 2017
1 parent dabd490 commit 2a19374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/update/updatedb_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ function upgradeTemplateTables302($oDB)

// Add global configuration for Material Template
$oDB->createCommand()->insert('{{template_configuration}}', array(
'id' => '2',
'id' => '3',
'templates_name' => 'material',
'files_css' => '{"add": ["css/template.css", "css/bootstrap-material-design.css", "css/ripples.min.css"]}',
'files_js' => '{"add": ["scripts/template.js", "scripts/material.js", "scripts/ripples.min.js"]}',
Expand Down

0 comments on commit 2a19374

Please sign in to comment.