mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 01:08:52 +00:00
[ticket/16048] Fix restore backup from ACP
PHPBB3-16048
This commit is contained in:
parent
61bdccbfd8
commit
abc9d746c7
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ class acp_database
|
||||||
}
|
}
|
||||||
else if (confirm_box(true))
|
else if (confirm_box(true))
|
||||||
{
|
{
|
||||||
switch ($backup_info['extensions'])
|
switch ($backup_info['extension'])
|
||||||
{
|
{
|
||||||
case 'sql':
|
case 'sql':
|
||||||
$fp = fopen($backup_info['file_name'], 'rb');
|
$fp = fopen($backup_info['file_name'], 'rb');
|
||||||
|
|
Loading…
Add table
Reference in a new issue