pkp / jatsTemplate

Basic JATS document template generator plugin for OJS
GNU General Public License v3.0
9 stars 13 forks source link

Remove deprecated AppLocale-related code #18

Closed ewhanson closed 2 years ago

ewhanson commented 2 years ago

This removes a deprecated call to AppLocale::requireComponents that was causing a fatal error in OJS 3.4 (main branch) using PHP 8.0.

ewhanson commented 2 years ago

Hey @asmecher,

I ran into this issue while testing some OAI work. Could you have a look and confirm if anything else needs to be done regarding the recent locale-handling changes? Thanks.

asmecher commented 2 years ago

Merged, thanks! The locale work is pretty backwards-compatible, so no, that's perfect.