mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 16:41:26 +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:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user