From: Andrew Dolgov Date: Fri, 2 Mar 2007 14:55:32 +0000 (+0100) Subject: fix opml export X-Git-Tag: 1.2.9~56 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=579bf16ee4efb4412891b3aef2b6721befb4c22a;p=tt-rss.git fix opml export --- diff --git a/opml.php b/opml.php index 718d47bb..de48263b 100644 --- a/opml.php +++ b/opml.php @@ -17,7 +17,7 @@ $owner_uid = $_SESSION["uid"]; - function opml_export($link) { + function opml_export($link, $owner_uid) { header("Content-type: application/xml+opml"); print ""; @@ -90,7 +90,7 @@ if (!$op) $op = "Export"; if ($op == "Export") { - return opml_export($link); + return opml_export($link, $owner_uid); } if ($op == "Import") {