Projet

Général

Profil

Révision 96a203dd

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/views_content/plugins/content_types/views.inc
145 145
      }
146 146
      if (!empty($contexts[$cid])) {
147 147
        $arg = ctools_context_convert_context($contexts[$cid], $converter, array('sanitize' => FALSE));
148
        array_splice($args, $count, 0, array($arg));
148 149
      }
149 150
      else {
150 151
        // Make sure we put an argument in even if it was not there.
151 152
        $arg = NULL;
152 153
      }
153
      array_splice($args, $count, 0, array($arg));
154 154
    }
155 155
  }
156 156

  

Formats disponibles : Unified diff