Files
FreshRSS/app/Controllers
Alexis Degrugillier 00776f4547 PHP 7.2: Fix a warning when retrieving the list of entries (#1739)
When retrieving the list of entries when the context was 'all' or 'starred', there was the following warning:

> Warning: count(): Parameter must be an array or an object that implements Countable in /home/alexis/FreshRSS/app/Controllers/indexController.php on line 206

I fixed that by changing how the array is tested.
2017-12-19 09:35:37 +01:00
..
2017-04-09 00:25:04 +02:00
2017-09-22 12:13:46 +02:00
2016-09-11 11:24:32 +02:00