diff options
| author | 2007-07-30 18:31:59 +0000 | |
|---|---|---|
| committer | 2007-07-30 18:31:59 +0000 | |
| commit | 74f0b3c7e3bc15c549ee0187eeeece73f057eb4d (patch) | |
| tree | dad42c142b81965e34b0671ef0e3f6744218325d /src/modules/m_httpd_stats.cpp | |
| parent | Replace blank error pages with an error page (diff) | |
Set changed to true on load
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7623 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_httpd_stats.cpp')
| -rw-r--r-- | src/modules/m_httpd_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index 5c29123f8..08be0b2bf 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -48,7 +48,7 @@ class ModuleHttpStats : public Module { ReadConfig(); - this->changed = false; + this->changed = true; } void InsertOrder(irc::string channel, int count) |
