mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
1de328e2fe
commit
57ddd53d59
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ class phpbb_feed
|
||||||
{
|
{
|
||||||
if (!$this->forum_id && !$this->topic_id)
|
if (!$this->forum_id && !$this->topic_id)
|
||||||
{
|
{
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
else if ($this->forum_id && !$this->topic_id)
|
else if ($this->forum_id && !$this->topic_id)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue