]> git.wh0rd.org - tt-rss.git/blobdiff - classes/db/pgsql.php
more work on singleton-based DB
[tt-rss.git] / classes / db / pgsql.php
index c9ec338876dd2e150a2e6b5ca2e18c679d9b6a50..0f38fb8cb5d124fd47cbcee815d89a4e6cf98d05 100644 (file)
@@ -23,6 +23,8 @@ class Db_Pgsql implements IDb {
                        die("Unable to connect to database (as $user to $host, database $db):" . pg_last_error());
                }
 
+               $this->init();
+
                return $this->link;
        }