Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[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',