summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php1
-rw-r--r--functions.php1
2 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 30e236cec..1b530ac55 100644
--- a/backend.php
+++ b/backend.php
@@ -24,7 +24,6 @@
require_once "db.php";
require_once "db-prefs.php";
require_once "functions.php";
- require_once "magpierss/rss_fetch.inc";
$err_msg = check_configuration_variables();
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';