]> git.wh0rd.org - tt-rss.git/blobdiff - opml.php
allow ON_SANITIZE plugins to modify the list of tags and attributes that are permissible
[tt-rss.git] / opml.php
index 623913631e6b75e1d8f8743c1c80e6500274c064..b8c9fb6c5c483dd6d9ebc52bb89f444252f85399 100644 (file)
--- a/opml.php
+++ b/opml.php
@@ -16,7 +16,7 @@
        $op = $_REQUEST['op'];
 
        if ($op == "publish"){
-               $key = db_escape_string($_REQUEST["key"]);
+               $key = db_escape_string($link, $_REQUEST["key"]);
 
                $result = db_query($link, "SELECT owner_uid
                                FROM ttrss_access_keys WHERE