diff --git a/sanity_check.php b/sanity_check.php
index faadfd9c3..9b3e4b1eb 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -16,6 +16,13 @@
exit;
}
+ if (!defined('RSS_BACKEND_TYPE')) {
+ print "Fatal error: RSS backend type is not defined
+ (config variable RSS_BACKEND_TYPE) - please check your
+ configuration file.";
+ exit;
+ }
+
if (RSS_BACKEND_TYPE == "magpie" && !file_exists("magpierss/rss_fetch.inc")) {
print "Fatal Error: You forgot to place
MagpieRSS