subscribe_to_feed: fix typo

This commit is contained in:
Andrew Dolgov 2013-04-14 09:11:02 +04:00
parent b082ad5b5a
commit 96de8fea67
1 changed files with 1 additions and 1 deletions

View File

@ -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,