mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10488] Only set $config['email_max_chunk_size'] when not already set.
This commit is contained in:
commit
3d17816812
1 changed files with 6 additions and 1 deletions
|
@ -2117,7 +2117,12 @@ function change_database_data(&$no_updates, $version)
|
|||
|
||||
// Changes from 3.0.9 to 3.0.10-RC1
|
||||
case '3.0.9':
|
||||
if (!isset($config['email_max_chunk_size']))
|
||||
{
|
||||
set_config('email_max_chunk_size', '50');
|
||||
}
|
||||
|
||||
$no_updates = false;
|
||||
break;
|
||||
|
||||
// Changes from 3.1.0-dev to 3.1.0-A1
|
||||
|
|
Loading…
Add table
Reference in a new issue