summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index b93221614..af3694051 100644
--- a/opml.php
+++ b/opml.php
@@ -24,7 +24,7 @@
if (db_num_rows($result) == 1) {
$owner_uid = db_fetch_result($result, 0, "owner_uid");
- $opml = new Opml( $_REQUEST);
+ $opml = new Opml($_REQUEST);
$opml->opml_export("", $owner_uid, true, false);
} else {