Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Oct 5, 2016
2 parents 39f4a59 + 889cd31 commit c4a2e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefs_manage.php
Expand Up @@ -62,9 +62,9 @@
$tmp_subdir = (PMA_IS_WINDOWS ? '.\\tmp\\' : 'tmp/');
if (@is_writable($tmp_subdir)) {
$import_file_new = tempnam($tmp_subdir, 'prefs');
$file_to_unlink = $import_file_new;
if (move_uploaded_file($import_file, $import_file_new)) {
$import_file = $import_file_new;
$file_to_unlink = $import_file_new;
}
}
}
Expand Down

0 comments on commit c4a2e1b

Please sign in to comment.