mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-06 22:23:10 -04:00
Refactor entryController
- Coding style - Refactoring - Comments (set of TODO) See https://github.com/marienfressinaud/FreshRSS/issues/655
This commit is contained in:
@@ -332,7 +332,7 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
|
||||
}
|
||||
|
||||
if ($feed_history >= 0 && rand(0, 30) === 1) {
|
||||
// TODO: move this function in web cron when available
|
||||
// TODO: move this function in web cron when available (see entry::purge)
|
||||
// Remove old entries once in 30.
|
||||
if (!$feedDAO->hasTransaction()) {
|
||||
$feedDAO->beginTransaction();
|
||||
|
||||
Reference in New Issue
Block a user