Projet

Général

Profil

Révision 9d13637e

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/commerce/modules/checkout/commerce_checkout.module
593 593
      foreach ($conditions as $property => $value) {
594 594
        // If the current value for the specified property on the pane does not
595 595
        // match the filter value...
596
        if ($checkout_pane[$property] != $value) {
596
        if (!isset($checkout_pane[$property]) || $checkout_pane[$property] != $value) {
597 597
          // Do not add it to the temporary array.
598 598
          $valid = FALSE;
599 599
        }

Formats disponibles : Unified diff