summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-14 09:11:02 +0400
committerAndrew Dolgov <[email protected]>2013-04-14 09:11:02 +0400
commit96de8fea677d4c031700cadea16fc8c7b0de0172 (patch)
treecfe1249abb2d0df469d1245786fa60b31d5d070f /include
parentb082ad5b5a9a4e459412b2d6a6d1de4a17f697cf (diff)
subscribe_to_feed: fix typo
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
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,