From 7da4dd00319b6376c1142dea23ad050001371c32 Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Sun, 8 Nov 2015 16:03:04 +0100 Subject: [PATCH] Make PHPCS happy. Signed-off-by: Hugues Peccatte --- export.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;