Fix upgrade

This commit is contained in:
Laurent Destailleur 2020-12-27 19:06:56 +01:00
parent 12d8685b68
commit 96040980d7

View File

@ -439,7 +439,8 @@ if (!file_exists($conffile))
array('from'=>'9.0.0', 'to'=>'10.0.0'),
array('from'=>'10.0.0', 'to'=>'11.0.0'),
array('from'=>'11.0.0', 'to'=>'12.0.0'),
array('from'=>'12.0.0', 'to'=>'13.0.0')
array('from'=>'12.0.0', 'to'=>'13.0.0'),
array('from'=>'13.0.0', 'to'=>'14.0.0')
);
$count = 0;