Vitaliy-1 / JATSParserPlugin

OJS3 Plugin for parsing JATS XML and displaying it on article detail page
GNU General Public License v3.0
27 stars 24 forks source link

Incorrect fileTypes #64

Closed sbirAECA closed 2 years ago

sbirAECA commented 2 years ago

Good morning @Vitaliy-1 First of all I would like to thank you for this great plugin that you have developed. I think there is a little mistake at 'JatsParserPlugin.inc.php' on line 352 Shouldn't it be 'if (!empty($$submissionFilesXML)) {' instead of 'if (!empty($submissionFiles)) {' Regards Carlos Martínez

Vitaliy-1 commented 2 years ago

Thanks, @sbirAECA! You are right, there should be check only for XML and not for all submission files.

Vitaliy-1 commented 2 years ago

Fixed in the main and stable branch