diff options
| author | 2016-10-12 15:47:04 +0200 | |
|---|---|---|
| committer | 2016-10-12 15:47:04 +0200 | |
| commit | e8d1a6dcc9c6aeb5204a8afc47aaae3c6bdd9dc4 (patch) | |
| tree | d744a349b1d9ab1e1de780f211b3fe52e46e11d4 /app/actualize_script.php | |
| parent | 2630393587fccb8f14c1b61208debc30d314c015 (diff) | |
Cron refresh favicons
Related to
https://github.com/FreshRSS/FreshRSS/issues/1181
https://github.com/FreshRSS/FreshRSS/issues/1298
Diffstat (limited to 'app/actualize_script.php')
| -rwxr-xr-x | app/actualize_script.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/actualize_script.php b/app/actualize_script.php index fc4f9bfbb..78712d721 100755 --- a/app/actualize_script.php +++ b/app/actualize_script.php @@ -28,6 +28,7 @@ $app = new FreshRSS(); $system_conf = Minz_Configuration::get('system'); $system_conf->auth_type = 'none'; // avoid necessity to be logged in (not saved!) +FreshRSS_Context::$isCron = true; // Create the list of users to actualize. // Users are processed in a random order but always start with admin |
