Projet

Général

Profil

Révision 4003efde

Ajouté par Assos Assos il y a environ 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/plugins/views_plugin_style.inc
71 71
  public function destroy() {
72 72
    parent::destroy();
73 73

  
74
    if (isset($this->row_plugin)) {
74
    if ($this->row_plugin) {
75 75
      $this->row_plugin->destroy();
76 76
    }
77 77
  }
......
625 625
   */
626 626
  public function query() {
627 627
    parent::query();
628
    if (isset($this->row_plugin)) {
628
    if ($this->row_plugin) {
629 629
      $this->row_plugin->query();
630 630
    }
631 631
  }

Formats disponibles : Unified diff