diff options
| author | 2016-10-12 21:37:01 +0200 | |
|---|---|---|
| committer | 2016-10-12 21:37:01 +0200 | |
| commit | 8ee61c1f788980f8fb862b4cfd75eba5e78a2547 (patch) | |
| tree | 139d72232e21305ad7501fca2c5c52b0c50708b2 /app/actualize_script.php | |
| parent | 2630393587fccb8f14c1b61208debc30d314c015 (diff) | |
| parent | 8a923aa8c75cae951e9700b44010304aea506340 (diff) | |
Merge pull request #1306 from Alkarex/cron-favicon
Cron refresh favicons
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 |
