소스 검색

Switch simplify syntax

Alexandre Alapetite 9 년 전
부모
커밋
34868cd291
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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: