summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 15:55:32 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 15:55:32 +0100
commit579bf16ee4efb4412891b3aef2b6721befb4c22a (patch)
treee772d6623509a36498969674e74d86e1f10afe91 /opml.php
parent078b5702bed16cfe3df971118a8f0f1c451fb151 (diff)
fix opml export
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/opml.php b/opml.php
index 718d47bbc..de48263be 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 "<?phpxml version=\"1.0\"?>";
@@ -90,7 +90,7 @@
if (!$op) $op = "Export";
if ($op == "Export") {
- return opml_export($link);
+ return opml_export($link, $owner_uid);
}
if ($op == "Import") {