mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Reflect feed configuration parameter changes in questionnaire.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10389 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4729046bf4
commit
ac94d2dea3
1 changed files with 5 additions and 4 deletions
|
@ -349,13 +349,14 @@ class phpbb_questionnaire_phpbb_data_provider
|
|||
'enable_pm_icons' => true,
|
||||
'enable_post_confirm' => true,
|
||||
'feed_enable' => true,
|
||||
'feed_limit' => true,
|
||||
'feed_limit_post' => true,
|
||||
'feed_limit_topic' => true,
|
||||
'feed_overall' => true,
|
||||
'feed_overall_forums' => true,
|
||||
'feed_overall_forums_limit' => true,
|
||||
'feed_overall_topics' => true,
|
||||
'feed_overall_topics_limit' => true,
|
||||
'feed_forum' => true,
|
||||
'feed_topic' => true,
|
||||
'feed_topics_new' => true,
|
||||
'feed_topics_active' => true,
|
||||
'feed_item_statistics' => true,
|
||||
'flood_interval' => true,
|
||||
'force_server_vars' => true,
|
||||
|
|
Loading…
Add table
Reference in a new issue