summaryrefslogtreecommitdiff
path: root/app/Controllers/feedController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-06 11:59:27 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-06 11:59:27 +0200
commitd65a9f9bd62e93d8a2cdcb34c520f2af7e02983d (patch)
treef2470adaedb4d042c0bcc6c17a691532ab32a956 /app/Controllers/feedController.php
parent031c1d802d74b94d5ef5245f3678138107621179 (diff)
Refactor entryController
- Coding style - Refactoring - Comments (set of TODO) See https://github.com/marienfressinaud/FreshRSS/issues/655
Diffstat (limited to 'app/Controllers/feedController.php')
-rwxr-xr-xapp/Controllers/feedController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php
index 0f52917e4..18829d252 100755
--- a/app/Controllers/feedController.php
+++ b/app/Controllers/feedController.php
@@ -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();