mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
Prepare to be yelled at and brace for the tide of bug reports: I had hoped we would not have to do this, but it seems that we have to.
-Route all avatar downloads through download.php - adrien -Change the way inline attachments are delivered -Fixes a few (unreported) bugs, notably avatar upload during group generation -#10079 git-svn-id: file:///svn/phpbb/trunk@7429 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1457,7 +1457,7 @@ class install_convert extends module
|
||||
}
|
||||
else
|
||||
{
|
||||
$sync_batch -= $batch_size;
|
||||
$sync_batch--;
|
||||
}
|
||||
|
||||
$url = $this->save_convert_progress('&sync_batch=' . $sync_batch);
|
||||
|
Reference in New Issue
Block a user