|
@@ -100,6 +100,9 @@ class FreshRSS_entry_Controller extends Minz_ActionController {
|
|
|
$entryDAO = new FreshRSS_EntryDAO();
|
|
$entryDAO = new FreshRSS_EntryDAO();
|
|
|
$entryDAO->optimizeTable();
|
|
$entryDAO->optimizeTable();
|
|
|
|
|
|
|
|
|
|
+ $feedDAO = new FreshRSS_FeedDAO();
|
|
|
|
|
+ $feedDAO->updateCachedValues();
|
|
|
|
|
+
|
|
|
invalidateHttpCache();
|
|
invalidateHttpCache();
|
|
|
|
|
|
|
|
$notif = array (
|
|
$notif = array (
|