summaryrefslogtreecommitdiff
path: root/src/modules/mysql/db_mysql.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/mysql/db_mysql.h')
-rw-r--r--src/modules/mysql/db_mysql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/mysql/db_mysql.h b/src/modules/mysql/db_mysql.h
index aeb365563..322eff2e4 100644
--- a/src/modules/mysql/db_mysql.h
+++ b/src/modules/mysql/db_mysql.h
@@ -228,7 +228,7 @@ class DBMySQL : public Module
this->SetAuthor("Anope");
this->SetVersion("$Id$");
- this->SetType(SUPPORTED);
+ this->SetType(DATABASE);
if (!LoadConfig())
throw ModuleException("Couldn't load config");