diff options
| author | 2016-09-12 20:37:55 +0200 | |
|---|---|---|
| committer | 2016-09-12 20:37:55 +0200 | |
| commit | d86b71661c7008c2828bd420d21205e39847d98e (patch) | |
| tree | a7156cc7a9da33314be956b5259edd1471774e91 /app/Models | |
| parent | 2757aeca52c204d6c9182fb99229e7e37dd09213 (diff) | |
| parent | ac80d5a1d9c5c3b0b91a774365580bf45348e19e (diff) | |
Merge branch 'FreshRSS/dev' into PostgreSQL
Diffstat (limited to 'app/Models')
| -rw-r--r-- | app/Models/Context.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Context.php b/app/Models/Context.php index 2a58bd4ba..33e65a619 100644 --- a/app/Models/Context.php +++ b/app/Models/Context.php @@ -35,6 +35,7 @@ class FreshRSS_Context { public static $first_id = ''; public static $next_id = ''; public static $id_max = ''; + public static $sinceHours = 0; /** * Initialize the context. |
