From 1710bc2e998b22162f95181973633c03a6a29a3c Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Sun, 22 Aug 2010 09:27:08 -0400 Subject: Clarify the configuration tag function names --- src/modules/extra/m_pgsql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/extra/m_pgsql.cpp') diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 7e8b1fe31..a697518ae 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -521,7 +521,7 @@ class ModulePgSQL : public Module void ReadConf() { ConnMap conns; - ConfigTagList tags = ServerInstance->Config->ConfTags("database"); + ConfigTagList tags = ServerInstance->Config->GetTags("database"); for(ConfigIter i = tags.first; i != tags.second; i++) { if (i->second->getString("module", "pgsql") != "pgsql") -- cgit v1.3.1-10-gc9f91