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.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Models/Factory.php b/app/Models/Factory.php
index b12f0cef9..6502c38b7 100644
--- a/app/Models/Factory.php
+++ b/app/Models/Factory.php
@@ -6,7 +6,6 @@ class FreshRSS_Factory {
$conf = Minz_Configuration::get('system');
switch ($conf->db['type']) {
case 'sqlite':
- return new FreshRSS_FeedDAOSQLite($username);
case 'pgsql':
return new FreshRSS_FeedDAOSQLite($username);
default: