Projet

Général

Profil

Révision c8740e19

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/link/link.migrate.inc
97 97
        }
98 98
      }
99 99
      if (isset($arguments['attributes'])) {
100
        $item['attributes'] = $arguments['attributes'];
100
        if (is_array($arguments['attributes']) && isset($arguments['attributes'][$delta])) {
101
          $item['attributes'] = $arguments['attributes'][$delta];
102
        }
103
        else {
104
          $item['attributes'] = $arguments['attributes'];
105
        }
101 106
      }
102 107
      $item['url'] = $value;
103 108
      $return[$language][$delta] = $item;

Formats disponibles : Unified diff