1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 07:07:51 +02:00

#54295 - Thanks Paul.J.Murphy

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10297 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Andreas Fischer 2009-12-01 12:54:25 +00:00
parent 1de328e2fe
commit 57ddd53d59

View File

@ -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)
{