pluginsGLPI / uninstall

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

fix check right on model #49

Closed stonebuzz closed 5 years ago

stonebuzz commented 5 years ago

PluginUninstallModel Class use rightname 'uninstall:profil'

But model.php in front folder check PluginUninstallProfile rightname which is 'profile'

Therefore a user with the right to read / modify can not access the model

This PR prevent this