pluginsGLPI / addressing

Plugin addressing for GLPI
GNU General Public License v2.0
36 stars 19 forks source link

Undefined index: totalcount #49

Open nath67 opened 3 years ago

nath67 commented 3 years ago

Hello,

Plugin is no longer working in version 9.5+3.0 :

PHP Notice: Undefined index: totalcount in /var/www/glpi/inc/search.class.php on line 136, referer: https://XXX/plugins/addressing/front/addressing.php

Crash on this line : 136 : if ($data['data']['totalcount'] > 0) {

$data['data'] is an empty var.