pkp / orcidProfile

A plugin to pull ORCID information into a PKP user profile
GNU General Public License v3.0
16 stars 50 forks source link

getManager call is deprecated without request #283

Closed trp89 closed 1 year ago

trp89 commented 1 year ago

https://github.com/pkp/orcidProfile/blob/c3375e3809468c53a104021d397f44daabdf7c13/OrcidProfilePlugin.php#L994

https://github.com/pkp/pkp-lib/blob/4aad70b0cf437b174b2c9922ef50b886aeab7a98/classes/template/PKPTemplateManager.php#L1382-L1385

Note that this will cause a hard fail if deprecation warnings is turned on

asmecher commented 1 year ago

@trp89, the attached commit will resolve the issue.