From: Andrew Dolgov Date: Sun, 14 Apr 2013 05:11:02 +0000 (+0400) Subject: subscribe_to_feed: fix typo X-Git-Tag: 1.7.9~25^2~227 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=96de8fea677d4c031700cadea16fc8c7b0de0172;p=tt-rss.git subscribe_to_feed: fix typo --- diff --git a/include/functions.php b/include/functions.php index 1b6b3e82..e2357f6c 100644 --- a/include/functions.php +++ b/include/functions.php @@ -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,