Browse Source

Pages\Forum: Display feed link only for forums that have posts

Visman 1 year ago
parent
commit
ef8e34c861
1 changed files with 4 additions and 1 deletions
  1. 4 1
      app/Models/Pages/Forum.php

+ 4 - 1
app/Models/Pages/Forum.php

@@ -68,7 +68,10 @@ class Forum extends Page
             $this->formMod   = $this->formMod($forum);
         }
 
-        if ($this->c->config->i_feed_type > 0) {
+        if (
+            $this->c->config->i_feed_type > 0
+            && $forum->num_posts > 0
+        ) {
             $feedType = 2 === $this->c->config->i_feed_type ? 'atom' : 'rss';
 
             $this->pageHeader('feed', 'link', 0, [