Allow upgrade from 1.10.8

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent 492f89bc51
commit 511db9d206
  1. 1
      main/install/index.php
  2. 2
      main/install/install.lib.php

@ -131,6 +131,7 @@ $update_from_version_8 = array(
'1.10.2',
'1.10.4',
'1.10.6',
'1.10.8',
);
$my_old_version = '';

@ -2987,6 +2987,8 @@ function migrateSwitch($fromVersion, $manager, $processFiles = true)
case '1.10.4':
// no break
case '1.10.6':
// no break
case '1.10.8':
// Migrate using the migration files located in:
// src/Chamilo/CoreBundle/Migrations/Schema/V111
$result = migrate(

Loading…
Cancel
Save