diff --git a/export.php b/export.php index a0f44ffac5b2..4e847acee783 100644 --- a/export.php +++ b/export.php @@ -212,7 +212,9 @@ $separate_files = ''; // Is it a quick or custom export? - if (isset($_REQUEST['quick_or_custom']) && $_REQUEST['quick_or_custom'] == 'quick') { + if (isset($_REQUEST['quick_or_custom']) + && $_REQUEST['quick_or_custom'] == 'quick' + ) { $quick_export = true; } else { $quick_export = false;