diff options
| author | 2018-10-26 21:05:00 +0200 | |
|---|---|---|
| committer | 2018-10-26 21:05:00 +0200 | |
| commit | c57aade0f22205c40792184b78f5071b5c769a8b (patch) | |
| tree | dd642968690337b8adbab0005e4f09cb62528a22 /app/Controllers/entryController.php | |
| parent | f2bef3f8933788d885a7175c4c3d3d27cbe1d33f (diff) | |
Introduce a routine for minor DB maintenance (#2080)
Diffstat (limited to 'app/Controllers/entryController.php')
| -rwxr-xr-x | app/Controllers/entryController.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Controllers/entryController.php b/app/Controllers/entryController.php index 78ddbf085..fc0af0639 100755 --- a/app/Controllers/entryController.php +++ b/app/Controllers/entryController.php @@ -207,9 +207,8 @@ class FreshRSS_entry_Controller extends Minz_ActionController { $feedDAO->updateCachedValues(); - //Minor DB checks: $databaseDAO = FreshRSS_Factory::createDatabaseDAO(); - $databaseDAO->ensureCaseInsensitiveGuids(); //FreshRSS 1.12 + $databaseDAO->minorDbMaintenance(); invalidateHttpCache(); Minz_Request::good(_t('feedback.sub.purge_completed', $nb_total), array( |
