mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge pull request #5587 from 3D-I/ticket/16048
[ticket/16048] Fix restore backup from ACP
This commit is contained in:
commit
8142257e31
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