Explorar o código

PostgreSQL fix updateCachedValues

https://github.com/FreshRSS/FreshRSS/issues/1360
Alexandre Alapetite %!s(int64=9) %!d(string=hai) anos
pai
achega
5aeaed8971
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/Models/Factory.php

+ 2 - 0
app/Models/Factory.php

@@ -7,6 +7,8 @@ class FreshRSS_Factory {
 		switch ($conf->db['type']) {
 			case 'sqlite':
 				return new FreshRSS_FeedDAOSQLite($username);
+			case 'pgsql':
+				return new FreshRSS_FeedDAOSQLite($username);
 			default:
 				return new FreshRSS_FeedDAO($username);
 		}