mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 13:49:15 +00:00
remove $link
This commit is contained in:
@@ -36,7 +36,7 @@ class Db implements IDb {
|
||||
|
||||
function connect($host, $user, $pass, $db, $port) {
|
||||
//return $this->adapter->connect($host, $user, $pass, $db, $port);
|
||||
return $this->link;
|
||||
return ;
|
||||
}
|
||||
|
||||
function escape_string($s, $strip_tags = true) {
|
||||
|
||||
Reference in New Issue
Block a user