Explorar o código

Merge pull request #1361 from Alkarex/PostgreSQL-updateCachedValues

PostgreSQL fix updateCachedValues
Alexandre Alapetite %!s(int64=9) %!d(string=hai) anos
pai
achega
e27e5809f9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Models/Factory.php

+ 1 - 0
app/Models/Factory.php

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