From 07408ac2226aed0d9020031abc8dbd977c71e61e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 8 Feb 2021 21:38:26 +0300 Subject: opml: normalize class name --- classes/dlg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/dlg.php') 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 "
"; - $opml = new Opml($_REQUEST); + $opml = new OPML($_REQUEST); $opml->opml_import($_SESSION["uid"]); -- cgit v1.2.3