Projet

Général

Profil

Révision 9df8b457

Ajouté par Assos Assos il y a presque 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views_bulk_operations/plugins/operation_types/action.class.php
20 20
   */
21 21
  public function getAccessMask() {
22 22
    // Assume edit by default.
23
    if (!isset($this->operationInfo['behavior'])) {
23
    if (empty($this->operationInfo['behavior'])) {
24 24
      $this->operationInfo['behavior'] = array('changes_property');
25 25
    }
26 26

  

Formats disponibles : Unified diff