Skip to content

Commit

Permalink
Fixed private profile query in installation
Browse files Browse the repository at this point in the history
#869
Thanks @H4nSolo for reporting this
  • Loading branch information
IsS127 committed Nov 26, 2017
1 parent e3c834d commit 25a03d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/installation/views/installer.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,11 @@
'value' => null
));

$queries->create('settings', array(
'name' => 'private_profile',
'value' => 1
));

// Templates
$queries->create('templates', array(
'name' => 'Default',
Expand Down Expand Up @@ -2191,7 +2196,7 @@

$queries->create('settings', array(
'name' => 'private_profile',
'value' => 1
'value' => 1
));


Expand Down

0 comments on commit 25a03d2

Please sign in to comment.