summaryrefslogtreecommitdiff
path: root/classes/dlg.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 /classes/dlg.php
parentd91eae9c7e5e53dd95d500ff1f9f0a616bf8420d (diff)
opml: normalize class name
Diffstat (limited to 'classes/dlg.php')
-rw-r--r--classes/dlg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index 426f934c8..fa154d7a4 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -18,7 +18,7 @@ class Dlg extends Handler_Protected {
print "<div class='panel panel-scrollable'>";
- $opml = new Opml($_REQUEST);
+ $opml = new OPML($_REQUEST);
$opml->opml_import($_SESSION["uid"]);