kevinoconnor7 / osTicket-auth-cas

JASIG CAS Authentication plugin for osTicket
GNU General Public License v2.0
13 stars 8 forks source link

fix: ensure Config::tranlate() is static #33

Closed larueli closed 2 years ago

larueli commented 2 years ago

When updating to osTicket 1.16, i got this error when editing a staff member

image

This bug prevented all edits on staff member and was due to the fact that the function translate was not declared static. I've tested the fix by repacking the phar and redployed it to my server, and it worked.