diff options
Diffstat (limited to 'cli/export-opml-for-user.php')
| -rwxr-xr-x | cli/export-opml-for-user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/export-opml-for-user.php b/cli/export-opml-for-user.php index 8e7ed08f7..79bf1f1b3 100755 --- a/cli/export-opml-for-user.php +++ b/cli/export-opml-for-user.php @@ -19,7 +19,7 @@ fwrite(STDERR, 'FreshRSS exporting OPML for user “' . $username . "”…\n"); $importController = new FreshRSS_importExport_Controller(); $ok = false; -$ok = $importController->exportFile(true, false, false, array(), 0, $username); +$ok = $importController->exportFile($username, true, false, false, array(), 0); invalidateHttpCache($username); |
