ulsdevteam / inlineHtmlGalley

Extend the PKP OJS htmlArticleGalley plugin to support inline display of the HTML Galley
GNU General Public License v2.0
5 stars 4 forks source link

#11 fix function call #12

Closed jpmmartins closed 2 months ago

jpmmartins commented 2 months ago

This fixes a function call, which is not statically supported in PHP 8 any more.

jpmmartins commented 2 months ago

I was getting an error PHP message: PHP Fatal error: Uncaught Error: Undefined constant "last" in /var/www/html/plugins/generic/inlineHtmlGalley/InlineHtmlGalleyPlugin.inc.php and I was not able to figure out this syntax in the context of foreach.

ctgraham commented 2 months ago

Ah, this should be break, not last.