Explorar o código

Switch simplify syntax

Alexandre Alapetite %!s(int64=9) %!d(string=hai) anos
pai
achega
34868cd291
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/Models/Factory.php

+ 0 - 1
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: