aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Factory.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Factory.php')
-rw-r--r--app/Models/Factory.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/Factory.php b/app/Models/Factory.php
index 764987c46..b12f0cef9 100644
--- a/app/Models/Factory.php
+++ b/app/Models/Factory.php
@@ -7,6 +7,8 @@ class FreshRSS_Factory {
switch ($conf->db['type']) {
case 'sqlite':
return new FreshRSS_FeedDAOSQLite($username);
+ case 'pgsql':
+ return new FreshRSS_FeedDAOSQLite($username);
default:
return new FreshRSS_FeedDAO($username);
}