diff options
| author | 2016-10-12 15:47:04 +0200 | |
|---|---|---|
| committer | 2016-10-12 15:47:04 +0200 | |
| commit | e8d1a6dcc9c6aeb5204a8afc47aaae3c6bdd9dc4 (patch) | |
| tree | d744a349b1d9ab1e1de780f211b3fe52e46e11d4 /app/Models/Context.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/Models/Context.php')
| -rw-r--r-- | app/Models/Context.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/Context.php b/app/Models/Context.php index a38b1e0f1..889ddab1e 100644 --- a/app/Models/Context.php +++ b/app/Models/Context.php @@ -37,6 +37,8 @@ class FreshRSS_Context { public static $id_max = ''; public static $sinceHours = 0; + public static $isCron = false; + /** * Initialize the context. * |
