1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 06:06:37 +02:00

A few minor fixups

This commit is contained in:
Adam
2011-10-22 16:11:26 -04:00
parent f4a0bdd54d
commit d0513d6506
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ class DBFlatFile : public Module
void OnReload()
{
ConfigReader config;
DatabaseFile = config.ReadValue("flatfile", "database", "anope.db", 0);
DatabaseFile = config.ReadValue("db_flatfile", "database", "anope.db", 0);
}
EventReturn OnLoadDatabase()