Project

General

Profile

Revision 4003efde

Added by Assos Assos over 4 years ago

Weekly update of contrib modules

View differences:

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
  }

Also available in: Unified diff