diff options
| author | 2007-07-30 18:24:57 +0000 | |
|---|---|---|
| committer | 2007-07-30 18:24:57 +0000 | |
| commit | 5bee415acaa6df76b6a81b5843ed853904d50a57 (patch) | |
| tree | 284c3c12c4e4de2550cbe8ee21786307a62d577a /src/modules/m_httpd.cpp | |
| parent | Block 7614 (diff) | |
Fix broken m_httpd (not receiving callbacks) from trunk commit
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7620 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_httpd.cpp')
| -rw-r--r-- | src/modules/m_httpd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index 0e06f5363..631f89176 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -380,6 +380,7 @@ class ModuleHttpServer : public Module ModuleHttpServer(InspIRCd* Me) : Module(Me) { ReadConfig(); + HttpModule = this; } void OnEvent(Event* event) |
