mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-19 06:46:35 -04:00
Merge pull request #1361 from Alkarex/PostgreSQL-updateCachedValues
PostgreSQL fix updateCachedValues
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user