pluginsGLPI / uninstall

Uninstall plugin for GLPI
GNU General Public License v2.0
8 stars 12 forks source link

Drop invalid PDF version check; fixes #60 #61

Closed cedric-anne closed 2 years ago

cedric-anne commented 2 years ago

$plug->isActivated() does not load corresponding fields, so checking $plug->fields['version'] >= '0.7.1' will always return false. Anyway, this 0.7.1 version is not used for years, and can probably be not even loaded in GLPI 9.5, so this check is useless now.