summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-08 21:38:26 +0300
committerAndrew Dolgov <[email protected]>2021-02-08 21:38:26 +0300
commit07408ac2226aed0d9020031abc8dbd977c71e61e (patch)
treecc090b784d166e29ac563dd2efa2bf4aca56c678 /opml.php
parentd91eae9c7e5e53dd95d500ff1f9f0a616bf8420d (diff)
opml: normalize class name
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 bdee88e08..9b7809e0e 100644
--- a/opml.php
+++ b/opml.php
@@ -26,7 +26,7 @@
if ($row = $sth->fetch()) {
$owner_uid = $row['owner_uid'];
- $opml = new Opml($_REQUEST);
+ $opml = new OPML($_REQUEST);
$opml->opml_export("", $owner_uid, true, false);
} else {