Commit 4dab8184 authored by Deji Akala's avatar Deji Akala
Browse files

Remove comment column from query

parent 95f772f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ class ActiveTopicsBlock extends GroupBlockBase {
      ->fields('f')
      ->addTag('node_access')
      ->addMetaData('base_table', 'groups_index')
      ->orderBy('f.last_comment_timestamp', 'DESC')
      ->orderBy('f.created', 'DESC')
      ->range(0, $this->configuration['block_count']);
  }