summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/dlg.php2
-rw-r--r--classes/opml.php2
2 files changed, 2 insertions, 2 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"]);
diff --git a/classes/opml.php b/classes/opml.php
index bc2d4d7b9..aa5e22b80 100644
--- a/classes/opml.php
+++ b/classes/opml.php
@@ -1,5 +1,5 @@
<?php
-class Opml extends Handler_Protected {
+class OPML extends Handler_Protected {
function csrf_ignore($method) {
$csrf_ignored = array("export", "import");