diff options
| author | 2016-09-12 13:09:13 +0200 | |
|---|---|---|
| committer | 2016-09-12 13:09:13 +0200 | |
| commit | ac80d5a1d9c5c3b0b91a774365580bf45348e19e (patch) | |
| tree | 8c933ff84cba91301e3dd7cb6a19015589194b6d /app/Models | |
| parent | c3589cac2d41501af1bd916c4689cf1ea4b58038 (diff) | |
| parent | 2a5aa34ad2796df00fa09de41361c20764ccdfa8 (diff) | |
Merge pull request #1251 from Alkarex/RssMax
Better control of number of entries per page or RSS feed
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. |
