Closed cconard96 closed 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.
Session::checkSeveralRightsOr
Session::checkRightsOr
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.