diff options
| author | 2018-10-17 18:03:50 +0200 | |
|---|---|---|
| committer | 2018-10-17 18:03:50 +0200 | |
| commit | 0aecf442946f7aa618fcc759f79807cd81346dc4 (patch) | |
| tree | 403faeff60c72f61299eba66f2f1701d92be9060 /app/Controllers/subscriptionController.php | |
| parent | dfff5f21886ed023962aa8087a11222fe3c3f995 (diff) | |
Option to force clear cache (#2052)
https://github.com/FreshRSS/FreshRSS/issues/1020#issuecomment-428515868
Diffstat (limited to 'app/Controllers/subscriptionController.php')
| -rw-r--r-- | app/Controllers/subscriptionController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/subscriptionController.php b/app/Controllers/subscriptionController.php index 511cea11b..0b1439ba5 100644 --- a/app/Controllers/subscriptionController.php +++ b/app/Controllers/subscriptionController.php @@ -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')); |
