Skip to content

Commit

Permalink
Dev: Remove trailing line
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 9, 2018
1 parent 2201c82 commit ade2634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion installer/create-database.php
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,6 @@ function createDatabase($oDB){
foreach($tutorialsData=LsDefaultDataSet::getTutorialData() as $tutorials){
$oDB->createCommand()->insert('{{tutorials}}', $tutorials);
}
'title' => 'Take beginner tour',

//tutorial user mapping
$oDB->createCommand()->createTable('{{map_tutorial_users}}', array(
Expand Down

0 comments on commit ade2634

Please sign in to comment.