Alexandre Alapetite 9 лет назад
Родитель
Сommit
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: