From 74f0b3c7e3bc15c549ee0187eeeece73f057eb4d Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 30 Jul 2007 18:31:59 +0000 Subject: Set changed to true on load git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7623 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_httpd_stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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) -- cgit v1.2.3