mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
- Add smilies per page config setting to the database updater
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9774 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
50e5bdf08c
commit
7a5ba35cc7
1 changed files with 3 additions and 0 deletions
|
@ -1073,6 +1073,9 @@ function change_database_data(&$no_updates, $version)
|
||||||
set_config('feed_item_statistics', '1');
|
set_config('feed_item_statistics', '1');
|
||||||
set_config('feed_exclude_id', '');
|
set_config('feed_exclude_id', '');
|
||||||
|
|
||||||
|
// Entries for smiley pagination
|
||||||
|
set_config('smilies_per_page', '50');
|
||||||
|
|
||||||
include_once($phpbb_root_path . 'includes/acp/acp_modules.' . $phpEx);
|
include_once($phpbb_root_path . 'includes/acp/acp_modules.' . $phpEx);
|
||||||
|
|
||||||
$_module = new acp_modules();
|
$_module = new acp_modules();
|
||||||
|
|
Loading…
Add table
Reference in a new issue