diff options
Diffstat (limited to 'modules/webcpanel/webcpanel.cpp')
-rw-r--r-- | modules/webcpanel/webcpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webcpanel/webcpanel.cpp b/modules/webcpanel/webcpanel.cpp index 182e7077f..e09f51e94 100644 --- a/modules/webcpanel/webcpanel.cpp +++ b/modules/webcpanel/webcpanel.cpp @@ -58,7 +58,7 @@ public: me = this; - Configuration::Block &block = Config->GetModule(this); + const auto &block = Config->GetModule(this); provider_name = block.Get<const Anope::string>("server", "httpd/main"); template_base = Anope::ExpandData(block.Get<const Anope::string>("template_dir", "webcpanel/templates/default")); page_title = block.Get<const Anope::string>("title", "Anope IRC Services"); |