Merge branch '3.2.x' into 3.3.x

This commit is contained in:
Marc Alexander 2019-05-14 17:24:36 +02:00
commit 9207b13224
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

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