aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/feed.php')
-rw-r--r--phpBB/feed.php2
1 files changed, 1 insertions, 1 deletions
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)
{