Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / forum / forum.module
index b6689567469a927638b16c70e98d6099be1e6cc0..2833779d96d63e9a118c0d9681e81c3e69bd1074 100644 (file)
@@ -522,6 +522,7 @@ function template_preprocess_forums(&$variables) {
         $table['#rows'][] = $row;
       }
 
+      $variables['topics_original'] = $variables['topics'];
       $variables['topics'] = $table;
       $variables['topics_pager'] = [
         '#type' => 'pager',