aboutsummaryrefslogtreecommitdiff
path: root/cli/_update-or-create-user.php
diff options
context:
space:
mode:
Diffstat (limited to 'cli/_update-or-create-user.php')
-rw-r--r--cli/_update-or-create-user.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/_update-or-create-user.php b/cli/_update-or-create-user.php
index eda597f19..43b86a4a9 100644
--- a/cli/_update-or-create-user.php
+++ b/cli/_update-or-create-user.php
@@ -45,8 +45,8 @@ $values = array(
'language' => strParam('language'),
'mail_login' => strParam('email'),
'token' => strParam('token'),
- 'old_entries' => intParam('purge_after_months'),
- 'keep_history_default' => intParam('feed_min_articles_default'),
+ 'old_entries' => intParam('purge_after_months'), //TODO: Update with new mechanism
+ 'keep_history_default' => intParam('feed_min_articles_default'), //TODO: Update with new mechanism
'ttl_default' => intParam('feed_ttl_default'),
'since_hours_posts_per_rss' => intParam('since_hours_posts_per_rss'),
'min_posts_per_rss' => intParam('min_posts_per_rss'),