Loading src/Plugin/Block/ActiveTopicsBlock.php +1 −1 Original line number Diff line number Diff line Loading @@ -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']); } Loading Loading
src/Plugin/Block/ActiveTopicsBlock.php +1 −1 Original line number Diff line number Diff line Loading @@ -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']); } Loading