summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-30 18:31:59 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-30 18:31:59 +0000
commit74f0b3c7e3bc15c549ee0187eeeece73f057eb4d (patch)
treedad42c142b81965e34b0671ef0e3f6744218325d /src/modules
parentf37484b45415d5bfd6aed51088d6af318dd6a665 (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')
-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)