aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-11-06 11:33:45 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-11-06 11:33:45 +0100
commit34868cd2911523163c6732d58efa00d3fe322d4f (patch)
tree56827616e616724fcf56921fd168e911f80f603f
parent5aeaed897119ff1af4555ec93662d68c2252ba71 (diff)
Switch simplify syntax
-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: