1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #5587 from 3D-I/ticket/16048

[ticket/16048] Fix restore backup from ACP
This commit is contained in:
Marc Alexander
2019-05-14 17:24:31 +02:00

View File

@@ -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');