mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:15:55 +00:00
opml: normalize class name
This commit is contained in:
@@ -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"]);
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
class Opml extends Handler_Protected {
|
||||
class OPML extends Handler_Protected {
|
||||
|
||||
function csrf_ignore($method) {
|
||||
$csrf_ignored = array("export", "import");
|
||||
|
||||
Reference in New Issue
Block a user