mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
issue #2058 forgot to modify upgrade.php
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user