diff options
Diffstat (limited to 'app/Models/Feed.php')
| -rw-r--r-- | app/Models/Feed.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/Models/Feed.php b/app/Models/Feed.php index 972983384..781553ca7 100644 --- a/app/Models/Feed.php +++ b/app/Models/Feed.php @@ -496,7 +496,10 @@ class FreshRSS_Feed extends Minz_Model { } } - public function cleanOldEntries() { //Remember to call updateCachedValue($id_feed) or updateCachedValues() just after + /** + * Remember to call updateCachedValue($id_feed) or updateCachedValues() just after + */ + public function cleanOldEntries() { $archiving = $this->attributes('archiving'); if ($archiving == null) { $catDAO = FreshRSS_Factory::createCategoryDao(); |
