aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-05-14 17:24:31 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-05-14 17:24:31 +0200
commit8142257e31d3e72784e26e337afffbbc5260ec37 (patch)
tree5ab95b12927f39483bb4b36fe22d0d2644e7d281 /phpBB
parentfdc04cb9ec55b5c176b01b2c7affb0d7011d81a7 (diff)
parentabc9d746c77bbfc9e54a3a8284608e05de0ea150 (diff)
downloadforums-8142257e31d3e72784e26e337afffbbc5260ec37.tar
forums-8142257e31d3e72784e26e337afffbbc5260ec37.tar.gz
forums-8142257e31d3e72784e26e337afffbbc5260ec37.tar.bz2
forums-8142257e31d3e72784e26e337afffbbc5260ec37.tar.xz
forums-8142257e31d3e72784e26e337afffbbc5260ec37.zip
Merge pull request #5587 from 3D-I/ticket/16048
[ticket/16048] Fix restore backup from ACP
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/acp/acp_database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_database.php b/phpBB/includes/acp/acp_database.php
index 05f2b98524..c33c2e4d6f 100644
--- a/phpBB/includes/acp/acp_database.php
+++ b/phpBB/includes/acp/acp_database.php
@@ -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');