aboutsummaryrefslogtreecommitdiff
path: root/cli/export-zip-for-user.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-10-24 21:58:22 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-10-24 21:58:22 +0200
commitc8e5292ab7a4670ff67e587f18d7973eee2f00e6 (patch)
tree7ab94daab91a1315e5a9bd8905994886b4a6f2b9 /cli/export-zip-for-user.php
parent835f3d746cc4fb867b65c8c3593870ce826c42f3 (diff)
CLI minor formatting
https://github.com/FreshRSS/FreshRSS/issues/1095
Diffstat (limited to 'cli/export-zip-for-user.php')
-rwxr-xr-xcli/export-zip-for-user.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/export-zip-for-user.php b/cli/export-zip-for-user.php
index 9183a1c14..92fe9bf9a 100755
--- a/cli/export-zip-for-user.php
+++ b/cli/export-zip-for-user.php
@@ -20,8 +20,8 @@ $importController = new FreshRSS_importExport_Controller();
$ok = false;
try {
$ok = $importController->exportFile(true, true, true,
- empty($options['max-feed-entries']) ? 100 : intval($options['max-feed-entries']),
- $username);
+ empty($options['max-feed-entries']) ? 100 : intval($options['max-feed-entries']),
+ $username);
} catch (FreshRSS_ZipMissing_Exception $zme) {
fail('FreshRSS error: Lacking php-zip extension!');
}