mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00:00
Forgot to add this to the commit list.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10364 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d0c596a5ea
commit
cc43a90996
1 changed files with 5 additions and 1 deletions
|
@ -388,8 +388,12 @@ class phpbb_feed_factory
|
||||||
{
|
{
|
||||||
return new phpbb_feed_forum($forum_id);
|
return new phpbb_feed_forum($forum_id);
|
||||||
}
|
}
|
||||||
|
else if ($config['feed_overall'])
|
||||||
|
{
|
||||||
return new phpbb_feed_overall();
|
return new phpbb_feed_overall();
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue