diff options
Diffstat (limited to 'src/modules/m_httpd_acl.cpp')
| -rw-r--r-- | src/modules/m_httpd_acl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd_acl.cpp b/src/modules/m_httpd_acl.cpp index afdbf2c08..7510725fe 100644 --- a/src/modules/m_httpd_acl.cpp +++ b/src/modules/m_httpd_acl.cpp @@ -88,7 +88,7 @@ class ModuleHTTPAccessList final } else { - throw ModuleException("Invalid HTTP ACL type '" + type + "'"); + throw ModuleException(this, "Invalid HTTP ACL type '" + type + "'"); } } |
