Skip to content

Commit 405993c

Browse files
committed
Fix lint
1 parent b09af77 commit 405993c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,6 @@ function plugin_escalade_install()
391391
$migration->migrationOneTable('glpi_plugin_escalade_users');
392392
}
393393

394-
return true;
395-
396394
//Update to 2.10.2
397395
// add new fields
398396
if (!$DB->fieldExists('glpi_plugin_escalade_configs', 'task_private')) {
@@ -404,6 +402,8 @@ function plugin_escalade_install()
404402
);
405403
$migration->migrationOneTable('glpi_plugin_escalade_configs');
406404
}
405+
406+
return true;
407407
}
408408

409409
/**

0 commit comments

Comments
 (0)