Merge pull request #1361 from Alkarex/PostgreSQL-updateCachedValues

PostgreSQL fix updateCachedValues
This commit is contained in:
Alexandre Alapetite
2016-11-06 11:45:21 +01:00
committed by GitHub

View File

@@ -6,6 +6,7 @@ class FreshRSS_Factory {
$conf = Minz_Configuration::get('system');
switch ($conf->db['type']) {
case 'sqlite':
case 'pgsql':
return new FreshRSS_FeedDAOSQLite($username);
default:
return new FreshRSS_FeedDAO($username);