mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 03:31:29 +00:00
more work on singleton-based DB
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user