mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Still fixing regressions caused by Trac#446: XSS vulnerabilities...
SVN:trunk[1450]
This commit is contained in:
@@ -677,7 +677,7 @@ function CreateDatabaseStructure(Config $oConfig, $aSelectedModules, $sMode)
|
||||
MetaModel::DBCreate();
|
||||
SetupWebPage::log_ok("Database structure successfully created.");
|
||||
// Check (and update only if it seems needed) the hierarchical keys
|
||||
MetaModel::CheckHKeys(false /* bForceUpdate */);
|
||||
MetaModel::CheckHKeys(false /* bDiagnosticsOnly */, false /* bVerbose*/, false /* bForceUpdate */);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user