mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 19:08:53 +00:00
found you!
git-svn-id: file:///svn/phpbb/trunk@6985 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4c487c1cdc
commit
c16beb34af
1 changed files with 6 additions and 0 deletions
|
@ -835,6 +835,12 @@ class install_convert extends module
|
||||||
if (!empty($convert->config_schema))
|
if (!empty($convert->config_schema))
|
||||||
{
|
{
|
||||||
restore_config($convert->config_schema);
|
restore_config($convert->config_schema);
|
||||||
|
|
||||||
|
// Override a couple of config variables for the duration
|
||||||
|
$config['max_quote_depth'] = 0;
|
||||||
|
|
||||||
|
// @todo Need to confirm that max post length in source is <= max post length in destination or there may be interesting formatting issues
|
||||||
|
$config['max_post_chars'] = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
$template->assign_block_vars('checks', array(
|
$template->assign_block_vars('checks', array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue