Project

General

Profile

Revision 22269799

ID22269799d242161673e708a788d6f2f312f3ba0a
Parent b58488b5
Child 7ca31ee8

Added by Francois POIROTTE about 7 years ago

[#1610] Mise à jour pré-requis version GLPI

Le hook "post_show_item" n'est pas disponible avant GLPI 9.1.2.

Refs: #1610

Change-Id: I3c9b8497a129207049afecf9cf1a970e6e5784e2
Reviewed-on: https://vigilo-dev.si.c-s.fr/review/2418
Reviewed-by: Francois POIROTTE <>
Tested-by: Francois POIROTTE <>

View differences:

src/plugins/vigilo/plugin.php
1 1
<?php
2 2

  
3
define('VIGILO_MIN_GLPI_VERSION', '9.1.1');
3
/* GLPI 9.1.2+ est nécessaire pour disposer du hook "post_show_item". */
4
define('VIGILO_MIN_GLPI_VERSION', '9.1.2');
4 5

  
5 6
function plugin_init_vigilo()
6 7
{

Also available in: Unified diff