Projet

Général

Profil

Révision cd5c298a

Ajouté par Geoffroy Desvernay il y a environ 5 ans

MAJ 7.60 -> 7.62

Voir les différences:

drupal7/includes/install.inc
779 779
    $module_list = array_flip(array_values($module_list));
780 780

  
781 781
    $profile = drupal_get_profile();
782
    while (list($module) = each($module_list)) {
782
    foreach (array_keys($module_list) as $module) {
783 783
      if (!isset($module_data[$module]) || drupal_get_installed_schema_version($module) == SCHEMA_UNINSTALLED) {
784 784
        // This module doesn't exist or is already uninstalled. Skip it.
785 785
        unset($module_list[$module]);

Formats disponibles : Unified diff