summaryrefslogtreecommitdiff
path: root/app/Models/Feed.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-04-04 22:39:31 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-04-04 22:39:31 +0200
commit711530a512b370d79b079205ce1f8376174f7f03 (patch)
tree95417b6532a44cb6aaff38e9e73c91f733fa3739 /app/Models/Feed.php
parent2a0d04dd0ec7f7a453cf15ef7846bca662335050 (diff)
SQL: detection of updates, and preparation for better burge
https://github.com/FreshRSS/FreshRSS/issues/798 https://github.com/FreshRSS/FreshRSS/issues/493 SQLite not yet tested. Only MySQL tested so far.
Diffstat (limited to 'app/Models/Feed.php')
-rw-r--r--app/Models/Feed.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Feed.php b/app/Models/Feed.php
index 5ce03be5d..27c83ffd5 100644
--- a/app/Models/Feed.php
+++ b/app/Models/Feed.php
@@ -255,6 +255,7 @@ class FreshRSS_Feed extends Minz_Model {
$feed->__destruct(); //http://simplepie.org/wiki/faq/i_m_getting_memory_leaks
unset($feed);
+ //TODO: Return a different information in case of cache/no-cache, and give access to the GUIDs in case of cache
}
}
}