summaryrefslogtreecommitdiff
path: root/classes/dlg.php
diff options
context:
space:
mode:
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"]);