diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-08-19 10:11:45 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-08-19 10:11:45 +0100 |
| commit | ed891a51b09f74848c4b2742441a1551ae14b659 (patch) | |
| tree | 544d8877d2d464f84662b59c77be579ec4229a32 /functions.php | |
| parent | c0e9ff37d75eda93aa0fb070c7e12ce9dbb73e93 (diff) | |
load magpie/rss_fetch.inc in functions.php (closes #100)
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |