Some more cleanup on the build process

This commit is contained in:
emeric
2015-09-27 20:29:14 +02:00
parent 1e2c649a3e
commit 943bac2b47
5 changed files with 24 additions and 40 deletions
+2
View File
@@ -113,6 +113,8 @@ LmsApplication::LmsApplication(const Wt::WEnvironment& env, Wt::Dbo::SqlConnecti
firstConnection = (Database::User::getAll(DboSession()).size() == 0);
}
LMS_LOG(UI, DEBUG) << "Creating root widget. First connection = " << std::boolalpha << firstConnection;
// If here is no account in the database, launch the first connection wizard
if (firstConnection)
createFirstConnectionUI();