]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Fix: synchronous metadata retrieval is failing in strict mode 1664/head
authorArthurHoaro <arthur@hoa.ro>
Wed, 16 Dec 2020 13:04:32 +0000 (14:04 +0100)
committerArthurHoaro <arthur@hoa.ro>
Wed, 16 Dec 2020 13:04:32 +0000 (14:04 +0100)
commit6a3a78d023aa320138bb88505b58347db268264a
tree127cbde2d900fb1cf9d2f5999941dfe3d79affbd
parente4b8330e459b598328bf250208386c06ec257b08
Fix: synchronous metadata retrieval is failing in strict mode

Metadata can now only be string or null.

Fixes #1653
application/front/controller/admin/ShaarePublishController.php
application/http/MetadataRetriever.php
tests/http/MetadataRetrieverTest.php