Skip to content

Commit

Permalink
GLPI 9.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
xacobofg authored Jan 17, 2019
1 parent d5ae794 commit 9f91a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// Minimal GLPI version, inclusive
define("PLUGIN_COSTS_MIN_GLPI", "9.3.0");
// Maximum GLPI version, exclusive
define("PLUGIN_COSTS_MAX_GLPI", "9.4");
define("PLUGIN_COSTS_MAX_GLPI", "9.5");

global $CFG_GLPI;
if (!defined('PLUGIN_COSTS_NUMBER_STEP')) {
Expand Down Expand Up @@ -98,4 +98,4 @@ function plugin_init_costs() {
$PLUGIN_HOOKS['csrf_compliant']['costs'] = true;
$PLUGIN_HOOKS['pre_item_update']['costs'] = ['Ticket' => ['PluginCostsTicket','generateCosts']];

}
}

0 comments on commit 9f91a4d

Please sign in to comment.