diff options
| author | 2019-01-26 21:17:16 +0100 | |
|---|---|---|
| committer | 2019-01-26 21:17:16 +0100 | |
| commit | 5b40920bb3fd30137adc3b9286dd62f2fb30ec5b (patch) | |
| tree | 5840b608e7434e88b2b48f21bd071dd71db58c2d /app/Models/EntryDAO.php | |
| parent | 4872442c62f63ef97a0e12c43b4700b98ebcdc15 (diff) | |
| parent | ef6df8aeca9f7b8dda96ab54fffd05f17b27606b (diff) | |
Merge pull request #2203 from FreshRSS/dev-1.14.0
Dev 1.14.0
Diffstat (limited to 'app/Models/EntryDAO.php')
| -rw-r--r-- | app/Models/EntryDAO.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/EntryDAO.php b/app/Models/EntryDAO.php index 08927196e..21f17c097 100644 --- a/app/Models/EntryDAO.php +++ b/app/Models/EntryDAO.php @@ -383,7 +383,7 @@ class FreshRSS_EntryDAO extends Minz_ModelPdo implements FreshRSS_Searchable { */ public function markRead($ids, $is_read = true) { FreshRSS_UserDAO::touch(); - if (is_array($ids)) { //Many IDs at once (used by API) + if (is_array($ids)) { //Many IDs at once if (count($ids) < 6) { //Speed heuristics $affected = 0; foreach ($ids as $id) { |
