From b9402e46a48f21cb8d97bc768c09362e4cb2d37d Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
Date: Sat, 3 Jan 2015 11:34:27 +0000
Subject: voluntarily removed line restored

git-svn-id: http://svn.miranda-ng.org/main/trunk@11735 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 src/modules/database/database.cpp | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src')

diff --git a/src/modules/database/database.cpp b/src/modules/database/database.cpp
index 5ef0cf56c5..b52d8cd9b0 100644
--- a/src/modules/database/database.cpp
+++ b/src/modules/database/database.cpp
@@ -491,6 +491,8 @@ int LoadDatabaseModule(void)
 	if (!getProfile(szProfile, SIZEOF(szProfile)))
 		return 1;
 
+	EnsureCheckerLoaded(false); // unload dbchecker
+
 	if (arDbPlugins.getCount() == 0) {
 		TCHAR buf[256];
 		TCHAR *p = _tcsrchr(szProfile, '\\');
-- 
cgit v1.2.3