diff --git a/phpBB/feed.php b/phpBB/feed.php index b7d681c092..2ac08c8517 100644 --- a/phpBB/feed.php +++ b/phpBB/feed.php @@ -482,7 +482,7 @@ class phpbb_feed { if (!$this->forum_id && !$this->topic_id) { - return false; + return true; } else if ($this->forum_id && !$this->topic_id) {