aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-09-12 20:37:55 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-09-12 20:37:55 +0200
commitd86b71661c7008c2828bd420d21205e39847d98e (patch)
treea7156cc7a9da33314be956b5259edd1471774e91 /app/views
parent2757aeca52c204d6c9182fb99229e7e37dd09213 (diff)
parentac80d5a1d9c5c3b0b91a774365580bf45348e19e (diff)
Merge branch 'FreshRSS/dev' into PostgreSQL
Diffstat (limited to 'app/views')
-rw-r--r--app/views/auth/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth/index.phtml b/app/views/auth/index.phtml
index 74e692ec5..7195bab5d 100644
--- a/app/views/auth/index.phtml
+++ b/app/views/auth/index.phtml
@@ -60,7 +60,7 @@
<input type="text" id="token" name="token" value="<?php echo $token; ?>" placeholder="<?php echo _t('gen.short.blank_to_disable'); ?>"<?php
echo FreshRSS_Auth::accessNeedsAction() ? '' : ' disabled="disabled"'; ?> data-leave-validation="<?php echo $token; ?>"/>
<?php echo _i('help'); ?> <?php echo _t('admin.auth.token_help'); ?>
- <kbd><?php echo Minz_Url::display(array('params' => array('output' => 'rss', 'token' => $token)), 'html', true); ?></kbd>
+ <kbd><?php echo Minz_Url::display(array('params' => array('output' => 'rss', 'token' => $token, 'hours' => FreshRSS_Context::$user_conf->since_hours_posts_per_rss)), 'html', true); ?></kbd>
</div>
</div>
<?php } ?>