Projet

Général

Profil

Révision f066bdb5

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/l10n_update/l10n_update.parser.inc
115 115
        $this->current_server['languages'] = $this->current_languages;
116 116
        break;
117 117
      default:
118
        $this->current_object[strtolower($this->current_tag)] = trim($this->current_object[strtolower($this->current_tag)]);
118
        if (isset($this->current_object[strtolower($this->current_tag)])) {
119
          $this->current_object[strtolower($this->current_tag)] = trim($this->current_object[strtolower($this->current_tag)]);
120
        }
119 121
        $this->current_tag = '';
120 122
    }
121 123
  }

Formats disponibles : Unified diff