mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-18 22:41:09 +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_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) {
|
if (db_num_rows($result) == 0) {
|
||||||
$result = db_query($link,
|
$result = db_query($link,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user