Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / forum / src / Form / Overview.php
index efc92664181853c78fb25d0a4ceda1a9d550e126..27335d61d9e2de85c463cdcf920bb6e59c83896a 100644 (file)
@@ -94,7 +94,7 @@ class Overview extends OverviewTerms {
     // Use the existing taxonomy overview submit handler.
     $form['terms']['#empty'] = $this->t('No containers or forums available. <a href=":container">Add container</a> or <a href=":forum">Add forum</a>.', [
       ':container' => $this->url('forum.add_container'),
-      ':forum' => $this->url('forum.add_forum')
+      ':forum' => $this->url('forum.add_forum'),
     ]);
     return $form;
   }