mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 16:25:00 -04:00
Option to force clear cache (#2052)
https://github.com/FreshRSS/FreshRSS/issues/1020#issuecomment-428515868
This commit is contained in:
committed by
GitHub
parent
dfff5f2188
commit
0aecf44294
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user