mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
N°9503 Replace use-symbolic-links by use_symbolic_links
This commit is contained in:
@@ -98,7 +98,7 @@ abstract class AbstractWizStepInstall extends WizardStep
|
||||
'old_addon' => $this->oWizard->GetParameter('old_addon', false), // whether or not to use the "old" userrights profile addon
|
||||
'options' => json_decode($this->oWizard->GetParameter('misc_options', '[]'), true),
|
||||
'mysql_bindir' => $this->oWizard->GetParameter('mysql_bindir'),
|
||||
'use-symbolic-links' => $this->oWizard->GetParameter('use-symbolic-links', MFCompiler::UseSymbolicLinks()),
|
||||
'use_symbolic_links' => $this->oWizard->GetParameter('use_symbolic_links', MFCompiler::UseSymbolicLinks()),
|
||||
];
|
||||
|
||||
if ($sBackupDestination != '') {
|
||||
|
||||
Reference in New Issue
Block a user