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