Option to force clear cache (#2052)

https://github.com/FreshRSS/FreshRSS/issues/1020#issuecomment-428515868
This commit is contained in:
Alexandre Alapetite
2018-10-17 18:03:50 +02:00
committed by GitHub
parent dfff5f2188
commit 0aecf44294
16 changed files with 34 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ class FreshRSS_subscription_Controller extends Minz_ActionController {
$feed->_attributes('mark_updated_article_unread', Minz_Request::paramTernary('mark_updated_article_unread'));
$feed->_attributes('read_upon_reception', Minz_Request::paramTernary('read_upon_reception'));
$feed->_attributes('clear_cache', Minz_Request::paramTernary('clear_cache'));
if (FreshRSS_Auth::hasAccess('admin')) {
$feed->_attributes('ssl_verify', Minz_Request::paramTernary('ssl_verify'));