ソースを参照

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: