Skip to content

Commit

Permalink
Make PHPCS happy.
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
  • Loading branch information
Tithugues committed Nov 8, 2015
1 parent d80e139 commit 7da4dd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion export.php
Expand Up @@ -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;
Expand Down

0 comments on commit 7da4dd0

Please sign in to comment.