aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-12-01 12:54:25 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-12-01 12:54:25 +0000
commit57ddd53d592a381ab933b19bca84f78d9405bb8f (patch)
tree0e8485e5f83aaa3594ca1af5da1e375403f7951d /phpBB/feed.php
parent1de328e2fe74dfe23b071d55bbbb167b2abc40af (diff)
downloadforums-57ddd53d592a381ab933b19bca84f78d9405bb8f.tar
forums-57ddd53d592a381ab933b19bca84f78d9405bb8f.tar.gz
forums-57ddd53d592a381ab933b19bca84f78d9405bb8f.tar.bz2
forums-57ddd53d592a381ab933b19bca84f78d9405bb8f.tar.xz
forums-57ddd53d592a381ab933b19bca84f78d9405bb8f.zip
#54295 - Thanks Paul.J.Murphy
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10297 89ea8834-ac86-4346-8a33-228a782c2dd0
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)
{