Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / forum / src / ForumSettingsForm.php
index f017f21b3962d642a622d20aed94a75cf9f664a7..87a13bef7b587ad33a9ba4690e7c86102a6b5b5f 100644 (file)
@@ -52,7 +52,7 @@ class ForumSettingsForm extends ConfigFormBase {
       1 => $this->t('Date - newest first'),
       2 => $this->t('Date - oldest first'),
       3 => $this->t('Posts - most active first'),
-      4 => $this->t('Posts - least active first')
+      4 => $this->t('Posts - least active first'),
     ];
     $form['forum_order'] = [
       '#type' => 'radios',