1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

Integrate active topics feed. Some language adjustments and rearrangements.

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10382 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Andreas Fischer
2009-12-27 00:48:52 +00:00
parent d7261a5425
commit ad7e3ccf4c
10 changed files with 39 additions and 27 deletions

View File

@@ -352,7 +352,8 @@ class phpbb_feed_factory
break;
case 'topics':
if (!$config['feed_overall_topics'])
case 'topics_new':
if (!$config['feed_topics_new'])
{
return false;
}