pluginsGLPI / genericobject

Genericobject object plugin
http://glpi-plugins.rtfd.io/en/latest/genericobject/index.html
GNU General Public License v3.0
54 stars 60 forks source link

Fix autoload on edge cases; fixes #290 #319

Closed cedric-anne closed 3 years ago

cedric-anne commented 3 years ago

Problem is due to https://github.com/glpi-project/glpi/pull/8784 , but can also be fixed by using a include_once to prevent multiple includes of the same class.