aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_stats.cpp
diff options
context:
space:
mode:
authorGravatar brain2007-07-30 18:31:59 +0000
committerGravatar brain2007-07-30 18:31:59 +0000
commit74f0b3c7e3bc15c549ee0187eeeece73f057eb4d (patch)
treedad42c142b81965e34b0671ef0e3f6744218325d /src/modules/m_httpd_stats.cpp
parentReplace 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.cpp2
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)