We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09af77 commit 405993cCopy full SHA for 405993c
1 file changed
hook.php
@@ -391,8 +391,6 @@ function plugin_escalade_install()
391
$migration->migrationOneTable('glpi_plugin_escalade_users');
392
}
393
394
- return true;
395
-
396
//Update to 2.10.2
397
// add new fields
398
if (!$DB->fieldExists('glpi_plugin_escalade_configs', 'task_private')) {
@@ -404,6 +402,8 @@ function plugin_escalade_install()
404
402
);
405
403
$migration->migrationOneTable('glpi_plugin_escalade_configs');
406
+
+ return true;
407
408
409
/**
0 commit comments