diff --git a/ba/bainstlib.cpp b/ba/bainstlib.cpp index aa3052592..bb2c72c0d 100755 --- a/ba/bainstlib.cpp +++ b/ba/bainstlib.cpp @@ -382,12 +382,12 @@ bool TInstallmodule_app::create() else _m = NULL; - TConfig praw(CONFIG_INSTALL, "Main"); - const int type = praw.get_int("Type"); + TConfig campo_ini(CONFIG_INSTALL, "Main"); + const int type = campo_ini.get_int("Type"); if (type == 1 || type == 2) _test_database = true; else - _test_database = prawin.get_bool("TestDatabase"); + _test_database = campo_ini.get_bool("TestDatabase"); return TSkeleton_application::create(); }