From 45fe7e1e05059d89dbb4eef4419af5386fdef82c Mon Sep 17 00:00:00 2001 From: Kanti Date: Mon, 10 Nov 2014 08:23:11 +0100 Subject: [PATCH] small typo --- system/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index 0f265c1..4099b1d 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1493,7 +1493,7 @@ function generate_opml() ) ); - $opml = new OPML($opml_data); + $opml = new opml($opml_data); echo $opml->render(); }