summaryrefslogtreecommitdiff
path: root/src/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.cpp')
-rw-r--r--src/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp
index d90c9728c..e560a6896 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -130,7 +130,7 @@ Conf::Conf() : Block("")
this->LoadConf(f);
}
- FOREACH_MOD(I_OnReload, OnReload(this));
+ FOREACH_MOD(OnReload, (this));
/* Check for modified values that aren't allowed to be modified */
if (Config)