mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
issue #2058 forgot to modify upgrade.php
This commit is contained in:
parent
f41ae45b87
commit
c2b7e86973
1 changed files with 4 additions and 0 deletions
|
@ -356,6 +356,10 @@ SELECT id
|
|||
{
|
||||
$current_release = '12.0.0';
|
||||
}
|
||||
else if (!in_array(170, $applied_upgrades))
|
||||
{
|
||||
$current_release = '13.0.0';
|
||||
}
|
||||
else
|
||||
{
|
||||
// confirm that the database is in the same version as source code files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue