mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-17 22:11:01 +02:00
subscribe_to_feed: fix typo
This commit is contained in:
parent
b082ad5b5a
commit
96de8fea67
@ -1622,7 +1622,7 @@
|
||||
$auth_pass_encrypted = 'false';
|
||||
}
|
||||
|
||||
$auth_pass = db_escape_string($this->link, $auth_pass);
|
||||
$auth_pass = db_escape_string($link, $auth_pass);
|
||||
|
||||
if (db_num_rows($result) == 0) {
|
||||
$result = db_query($link,
|
||||
|
Loading…
x
Reference in New Issue
Block a user