From ed891a51b09f74848c4b2742441a1551ae14b659 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 Aug 2006 10:11:45 +0100 Subject: load magpie/rss_fetch.inc in functions.php (closes #100) --- functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index e9863c36a..2b6e53b3c 100644 --- a/functions.php +++ b/functions.php @@ -13,6 +13,7 @@ require_once 'version.php'; if (RSS_BACKEND_TYPE == "magpie") { + require_once "magpierss/rss_fetch.inc"; require_once 'magpierss/rss_utils.inc'; } else if (RSS_BACKEND_TYPE == "simplepie") { require_once 'simplepie/simplepie.inc'; -- cgit v1.2.3