Skip to content

Commit

Permalink
Update upgrade_perform.php
Browse files Browse the repository at this point in the history
  • Loading branch information
partydragen authored Aug 25, 2021
1 parent a22ed2f commit deae256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/installation/views/includes/upgrade_perform.php
Original file line number Diff line number Diff line change
Expand Up @@ -848,12 +848,12 @@
if (count($version)) {
$queries->update('settings', $version[0]->id, array(
'name' => 'nameless_version',
'value' => '2.0.0-pr10'
'value' => '2.0.0-pr11'
));
} else {
$queries->create('settings', array(
'name' => 'nameless_version',
'value' => '2.0.0-pr10'
'value' => '2.0.0-pr11'
));
}

Expand Down

0 comments on commit deae256

Please sign in to comment.