1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

opml: normalize class name

This commit is contained in:
Andrew Dolgov
2021-02-08 21:38:26 +03:00
parent d91eae9c7e
commit 07408ac222
3 changed files with 3 additions and 3 deletions

View File

@@ -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"]);