Skip to content

Commit

Permalink
Fix version on cliupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Oct 30, 2017
1 parent 3235001 commit b703c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cliupdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ function displayWarning($msg, $red = false) {
$migration->displayWarning("\nMigration Done.");
} else if (isset($args['force']) || $current_db_version != GLPI_SCHEMA_VERSION && isset($args['dev'])) {

include_once("../install/update_91_92.php");
update91to92();
include_once("../install/update_92_921.php");
update92to921();

$migration->displayWarning((isset($args['force']) ? "\nForced" : "\nDevelopment") . " migration Done.");
} else {
Expand Down

0 comments on commit b703c61

Please sign in to comment.