Projet

Général

Profil

Révision 76e2e7c3

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/rules/includes/rules.core.inc
1622 1622
  public function dependencies() {
1623 1623
    $modules = array_flip(parent::dependencies());
1624 1624
    $modules += array_flip((array) $this->__call('dependencies'));
1625
    return array_keys($modules + (isset($this->info['module']) ? array($this->info['module'] => 1) : array()));
1625
    return array_keys($modules + (!empty($this->info['module']) ? array($this->info['module'] => 1) : array()));
1626 1626
  }
1627 1627

  
1628 1628
  public function executeByArgs($args = array()) {

Formats disponibles : Unified diff