summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epgfixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epgfixer.c b/epgfixer.c
index bd3ffa4..bf15116 100644
--- a/epgfixer.c
+++ b/epgfixer.c
@@ -205,7 +205,7 @@ cString cPluginEpgfixer::SVDRPCommand(const char *Command, const char *Option, i
}
}
else if (strcasecmp(Command, "REL") == 0) {
- if (EpgfixerCharSets.ReloadConfigFile() &&
+ if (EpgfixerRegexps.ReloadConfigFile() &&
EpgfixerCharSets.ReloadConfigFile() &&
EpgfixerBlacklists.ReloadConfigFile() &&
EpgfixerEpgClones.ReloadConfigFile()) {