mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
🎨 N°4092 rename method
Thanks @Molkobain !
This commit is contained in:
@@ -955,7 +955,7 @@ abstract class AbstractWizStepMiscParams extends WizardStep
|
||||
*/
|
||||
final protected function AddUseSymlinksFlagOption(WebPage $oPage): void
|
||||
{
|
||||
if (MFCompiler::IsUseSymbolicLinksFlagCanBeUsed()) {
|
||||
if (MFCompiler::CanUseSymbolicLinksFlagBeUsed()) {
|
||||
$sChecked = (MFCompiler::IsUseSymbolicLinksFlagPresent()) ? ' checked' : '';
|
||||
|
||||
$oPage->add('<fieldset>');
|
||||
|
||||
Reference in New Issue
Block a user