pluginsGLPI / uninstall

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

fix some right checks #81

Closed cconard96 closed 1 year ago

cconard96 commented 1 year ago

You cannot use Session::checkSeveralRightsOr with multiple rights in the same module since they would have the same key name. Session::checkRightsOr should be used instead.