diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-03 11:34:27 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-03 11:34:27 +0000 |
commit | b9402e46a48f21cb8d97bc768c09362e4cb2d37d (patch) | |
tree | 71ad1b6498747f7d4efb5012a3d6da93a60cdd64 /src/modules/database | |
parent | d1732b12cd4c6f30bd670762f5199e9b52f90857 (diff) |
voluntarily removed line restored
git-svn-id: http://svn.miranda-ng.org/main/trunk@11735 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/database')
-rw-r--r-- | src/modules/database/database.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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, '\\');
|