From 96de8fea677d4c031700cadea16fc8c7b0de0172 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 14 Apr 2013 09:11:02 +0400 Subject: subscribe_to_feed: fix typo --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 1b6b3e820..e2357f6c0 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, -- cgit v1.2.3