mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch '3.2.x' into 3.3.x
This commit is contained in:
commit
9207b13224
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ class acp_database
|
|||
}
|
||||
else if (confirm_box(true))
|
||||
{
|
||||
switch ($backup_info['extensions'])
|
||||
switch ($backup_info['extension'])
|
||||
{
|
||||
case 'sql':
|
||||
$fp = fopen($backup_info['file_name'], 'rb');
|
||||
|
|
Loading…
Add table
Reference in a new issue