Browse Source

Allow upgrade from 1.10.8

Angel Fernando Quiroz Campos 8 years ago
parent
commit
511db9d206
2 changed files with 3 additions and 0 deletions
  1. 1 0
      main/install/index.php
  2. 2 0
      main/install/install.lib.php

+ 1 - 0
main/install/index.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 = '';

+ 2 - 0
main/install/install.lib.php

@@ -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(