فهرست منبع

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: